mirror of
https://github.com/github/codeql.git
synced 2025-12-18 18:10:39 +01:00
15 lines
419 B
Java
Generated
15 lines
419 B
Java
Generated
// Generated automatically from androidx.versionedparcelable.CustomVersionedParcelable for testing
|
|
// purposes
|
|
|
|
package androidx.versionedparcelable;
|
|
|
|
import androidx.versionedparcelable.VersionedParcelable;
|
|
|
|
abstract public class CustomVersionedParcelable implements VersionedParcelable {
|
|
public CustomVersionedParcelable() {}
|
|
|
|
public void onPostParceling() {}
|
|
|
|
public void onPreParceling(boolean p0) {}
|
|
}
|