apkfuckery/com.discord/smali/androidx/appcompat/widget/WithHint.smali
2019-02-04 21:08:30 +01:00

18 lines
469 B
Smali

.class public interface abstract Landroidx/appcompat/widget/WithHint;
.super Ljava/lang/Object;
# annotations
.annotation build Landroidx/annotation/RestrictTo;
value = {
.enum Landroidx/annotation/RestrictTo$Scope;->LIBRARY_GROUP:Landroidx/annotation/RestrictTo$Scope;
}
.end annotation
# virtual methods
.method public abstract getHint()Ljava/lang/CharSequence;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end method