apkfuckery/com.discord/smali_classes2/com/lytefast/flexinput/utils/SelectionCoordinator$ItemSe...

45 lines
1.1 KiB
Smali

.class public interface abstract Lcom/lytefast/flexinput/utils/SelectionCoordinator$ItemSelectionListener;
.super Ljava/lang/Object;
.source "SelectionCoordinator.kt"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/lytefast/flexinput/utils/SelectionCoordinator;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x609
name = "ItemSelectionListener"
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"<I:",
"Ljava/lang/Object;",
">",
"Ljava/lang/Object;"
}
.end annotation
# virtual methods
.method public abstract onItemSelected(Ljava/lang/Object;)V
.annotation system Ldalvik/annotation/Signature;
value = {
"(TI;)V"
}
.end annotation
.end method
.method public abstract onItemUnselected(Ljava/lang/Object;)V
.annotation system Ldalvik/annotation/Signature;
value = {
"(TI;)V"
}
.end annotation
.end method
.method public abstract unregister()V
.end method