apkfuckery/com.discord/smali_classes2/com/google/android/material/expandable/ExpandableTransformationWidget.smali
2019-02-04 21:08:30 +01:00

19 lines
553 B
Smali

.class public interface abstract Lcom/google/android/material/expandable/ExpandableTransformationWidget;
.super Ljava/lang/Object;
# interfaces
.implements Lcom/google/android/material/expandable/ExpandableWidget;
# virtual methods
.method public abstract getExpandedComponentIdHint()I
.annotation build Landroidx/annotation/IdRes;
.end annotation
.end method
.method public abstract setExpandedComponentIdHint(I)V
.param p1 # I
.annotation build Landroidx/annotation/IdRes;
.end annotation
.end param
.end method