mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2024-12-26 00:52:31 -06:00
9 lines
229 B
Java
9 lines
229 B
Java
|
package androidx.lifecycle;
|
||
|
|
||
|
@Deprecated
|
||
|
/* loaded from: classes2.dex */
|
||
|
public interface LifecycleRegistryOwner extends LifecycleOwner {
|
||
|
@Override // androidx.lifecycle.LifecycleOwner
|
||
|
LifecycleRegistry getLifecycle();
|
||
|
}
|