IMessageTransfer.smali
.class public interface abstract Lcom/sandboxol/center/entity/chat/IMessageTransfer;
.super Ljava/lang/Object;
.source "IMessageTransfer.java"
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"<T:",
"Lcom/sandboxol/center/entity/chat/MessageBase;",
">",
"Ljava/lang/Object;"
}
.end annotation
# virtual methods
.method public abstract transferFromString(Ljava/lang/String;)Lcom/sandboxol/center/entity/chat/MessageBase;
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/lang/String;",
")TT;"
}
.end annotation
.end method
.method public abstract transferToString(Lcom/sandboxol/center/entity/chat/MessageBase;)Ljava/lang/String;
.annotation system Ldalvik/annotation/Signature;
value = {
"(TT;)",
"Ljava/lang/String;"
}
.end annotation
.end method