19 lines
500 B
Smali
19 lines
500 B
Smali
|
.class public interface abstract Landroidx/appcompat/widget/WithHint;
|
||
|
.super Ljava/lang/Object;
|
||
|
.source "WithHint.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 getHint()Ljava/lang/CharSequence;
|
||
|
.annotation build Landroidx/annotation/Nullable;
|
||
|
.end annotation
|
||
|
.end method
|