apkfuckery/com.discord/smali/androidx/savedstate/SavedStateRegistry$SavedStateProvider.smali

22 lines
574 B
Smali
Raw Normal View History

2019-10-07 23:23:22 +00:00
.class public interface abstract Landroidx/savedstate/SavedStateRegistry$SavedStateProvider;
.super Ljava/lang/Object;
.source "SavedStateRegistry.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Landroidx/savedstate/SavedStateRegistry;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x609
name = "SavedStateProvider"
.end annotation
# virtual methods
.method public abstract saveState()Landroid/os/Bundle;
2019-12-06 03:29:40 +00:00
.annotation build Landroidx/annotation/NonNull;
.end annotation
2019-10-07 23:23:22 +00:00
.end method