apkfuckery/com.discord/smali/androidx/lifecycle/LifecycleRegistryOwner.smali

19 lines
459 B
Smali
Raw Normal View History

2019-07-24 11:27:29 +00:00
.class public interface abstract Landroidx/lifecycle/LifecycleRegistryOwner;
.super Ljava/lang/Object;
.source "LifecycleRegistryOwner.java"
# interfaces
.implements Landroidx/lifecycle/LifecycleOwner;
# annotations
.annotation runtime Ljava/lang/Deprecated;
.end annotation
# virtual methods
.method public abstract getLifecycle()Landroidx/lifecycle/LifecycleRegistry;
2019-12-06 03:29:40 +00:00
.annotation build Landroidx/annotation/NonNull;
.end annotation
2019-07-24 11:27:29 +00:00
.end method