mirror of
https://github.com/oxen-io/session-android.git
synced 2024-12-27 18:27:43 +00:00
7 lines
153 B
Java
7 lines
153 B
Java
|
package org.whispersystems.textsecure.storage;
|
||
|
|
||
|
public interface CanonicalRecipient {
|
||
|
// public String getNumber();
|
||
|
public long getRecipientId();
|
||
|
}
|