OnPhoneContactsMerged.java

1package eu.siacs.conversations.persistance;
2
3public interface OnPhoneContactsMerged {
4	void phoneContactsMerged();
5}