package de.gultsch.chat.persistance;

public interface OnPhoneContactsMerged {
	public void phoneContactsMerged();
}
