apkfuckery/com.discord/smali/androidx/appcompat/view/menu/ShowableListMenu.smali
2020-11-12 02:11:44 +00:00

26 lines
594 B
Smali

.class public interface abstract Landroidx/appcompat/view/menu/ShowableListMenu;
.super Ljava/lang/Object;
.source "ShowableListMenu.java"
# annotations
.annotation build Landroidx/annotation/RestrictTo;
value = {
.enum Landroidx/annotation/RestrictTo$Scope;->LIBRARY_GROUP_PREFIX:Landroidx/annotation/RestrictTo$Scope;
}
.end annotation
# virtual methods
.method public abstract dismiss()V
.end method
.method public abstract getListView()Landroid/widget/ListView;
.end method
.method public abstract isShowing()Z
.end method
.method public abstract show()V
.end method