apkfuckery/com.discord/smali_classes2/com/lytefast/flexinput/InputListener.smali

19 lines
507 B
Smali
Raw Normal View History

2019-07-24 11:27:29 +00:00
.class public interface abstract Lcom/lytefast/flexinput/InputListener;
.super Ljava/lang/Object;
.source "InputListener.java"
# virtual methods
2020-04-17 17:35:24 +00:00
.method public abstract onSend(Ljava/lang/String;Ljava/util/List;)Z
2019-07-24 11:27:29 +00:00
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
2020-04-17 17:35:24 +00:00
"Ljava/lang/String;",
2019-07-24 11:27:29 +00:00
"Ljava/util/List<",
"+",
"Lcom/lytefast/flexinput/model/Attachment<",
"*>;>;)Z"
}
.end annotation
.end method