mirror of
https://github.com/github/codeql.git
synced 2026-05-05 05:35:13 +02:00
Add androidx Fragment support
This commit is contained in:
10
java/ql/test/stubs/google-android-9.0.0/androidx/lifecycle/LifecycleOwner.java
generated
Normal file
10
java/ql/test/stubs/google-android-9.0.0/androidx/lifecycle/LifecycleOwner.java
generated
Normal file
@@ -0,0 +1,10 @@
|
||||
// Generated automatically from androidx.lifecycle.LifecycleOwner for testing purposes
|
||||
|
||||
package androidx.lifecycle;
|
||||
|
||||
import androidx.lifecycle.Lifecycle;
|
||||
|
||||
public interface LifecycleOwner
|
||||
{
|
||||
Lifecycle getLifecycle();
|
||||
}
|
||||
Reference in New Issue
Block a user