apkfuckery/com.discord/smali/androidx/savedstate/SavedStateRegistryOwner.smali

14 lines
398 B
Smali
Raw Normal View History

2019-10-07 23:23:22 +00:00
.class public interface abstract Landroidx/savedstate/SavedStateRegistryOwner;
.super Ljava/lang/Object;
.source "SavedStateRegistryOwner.java"
# interfaces
.implements Landroidx/lifecycle/LifecycleOwner;
# virtual methods
.method public abstract getSavedStateRegistry()Landroidx/savedstate/SavedStateRegistry;
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