Files
2022-08-19 16:32:06 +02:00

11 lines
221 B
Java
Generated

// Generated automatically from androidx.lifecycle.LifecycleOwner for testing purposes
package androidx.lifecycle;
import androidx.lifecycle.Lifecycle;
public interface LifecycleOwner
{
Lifecycle getLifecycle();
}