package eu.siacs.conversations.persistance;

public interface OnPhoneContactsMerged {
	void phoneContactsMerged();
}
