aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/utils/OnPhoneContactsLoadedListener.java
blob: 049154745b677d9fe5dc623dcc400d4bf13337d1 (plain)
1
2
3
4
5
6
7
8
9
package de.pixart.messenger.utils;

import android.os.Bundle;

import java.util.List;

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