mirror of
https://github.com/moparisthebest/Conversations
synced 2024-11-11 11:45:01 -05:00
6 lines
124 B
Java
6 lines
124 B
Java
package eu.siacs.conversations.persistance;
|
|
|
|
public interface OnPhoneContactsMerged {
|
|
public void phoneContactsMerged();
|
|
}
|