aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/utils/OnPhoneContactsLoadedListener.java
blob: 9a6897689e7424354ca1a0cca1a129f6eb1846cb (plain)
1
2
3
4
5
6
7
8
9
package eu.siacs.conversations.utils;

import java.util.List;

import android.os.Bundle;

public interface OnPhoneContactsLoadedListener {
	public void onPhoneContactsLoaded(List<Bundle> phoneContacts);
}