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

import java.util.Hashtable;

import android.os.Bundle;

public interface OnPhoneContactsLoadedListener {
	public void onPhoneContactsLoaded(Hashtable<String, Bundle> phoneContacts);
}