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

41 lines
1.1 KiB
Smali
Raw Normal View History

2019-07-24 11:27:29 +00:00
.class public interface abstract Lcom/lytefast/flexinput/FlexInputCoordinator;
.super Ljava/lang/Object;
.source "FlexInputCoordinator.kt"
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"<T:",
"Ljava/lang/Object;",
">",
"Ljava/lang/Object;"
}
.end annotation
# virtual methods
2019-12-06 03:29:40 +00:00
.method public abstract a(Lcom/lytefast/flexinput/model/Attachment;)V
2019-07-24 11:27:29 +00:00
.annotation system Ldalvik/annotation/Signature;
value = {
2019-12-06 03:29:40 +00:00
"(",
2019-07-24 11:27:29 +00:00
"Lcom/lytefast/flexinput/model/Attachment<",
2019-12-06 03:29:40 +00:00
"+TT;>;)V"
2019-07-24 11:27:29 +00:00
}
.end annotation
.end method
2019-12-06 03:29:40 +00:00
.method public abstract b()Lcom/lytefast/flexinput/utils/SelectionAggregator;
2019-07-24 11:27:29 +00:00
.annotation system Ldalvik/annotation/Signature;
value = {
2019-12-06 03:29:40 +00:00
"()",
"Lcom/lytefast/flexinput/utils/SelectionAggregator<",
2019-07-24 11:27:29 +00:00
"Lcom/lytefast/flexinput/model/Attachment<",
2019-12-06 03:29:40 +00:00
"TT;>;>;"
2019-07-24 11:27:29 +00:00
}
.end annotation
.end method
2019-10-09 23:16:36 +00:00
.method public abstract getFileManager()Lcom/lytefast/flexinput/managers/FileManager;
.end method