aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/thedevstack/conversationsplus/utils/OnPhoneContactsLoadedListener.java
blob: e701d62b3af1755db644acb34732e5e2aae8d95c (plain)
1
2
3
4
5
6
7
8
9
package de.thedevstack.conversationsplus.utils;

import java.util.List;

import android.os.Bundle;

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