Signal-Android/libtextsecure/src/org/whispersystems/textsecure/storage/CanonicalRecipient.java

7 lines
153 B
Java

package org.whispersystems.textsecure.storage;
public interface CanonicalRecipient {
// public String getNumber();
public long getRecipientId();
}