mirror of
https://github.com/github/codeql.git
synced 2025-12-18 18:10:39 +01:00
11 lines
207 B
Java
Generated
11 lines
207 B
Java
Generated
// Generated automatically from androidx.lifecycle.ViewModel for testing purposes
|
|
|
|
package androidx.lifecycle;
|
|
|
|
|
|
abstract public class ViewModel
|
|
{
|
|
protected void onCleared(){}
|
|
public ViewModel(){}
|
|
}
|