mirror of
https://github.com/github/codeql.git
synced 2025-12-19 02:13:17 +01:00
11 lines
221 B
Java
Generated
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();
|
|
}
|