Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
27
apk_decompiled/sources/H0/o.java
Normal file
27
apk_decompiled/sources/H0/o.java
Normal file
@@ -0,0 +1,27 @@
|
||||
package H0;
|
||||
|
||||
import android.os.Parcel;
|
||||
import android.os.Parcelable;
|
||||
import android.view.View;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public final class o extends View.BaseSavedState {
|
||||
public static final Parcelable.Creator<o> CREATOR = new A.g(3);
|
||||
|
||||
/* renamed from: a, reason: collision with root package name */
|
||||
public int f655a;
|
||||
|
||||
/* renamed from: b, reason: collision with root package name */
|
||||
public int f656b;
|
||||
|
||||
/* renamed from: c, reason: collision with root package name */
|
||||
public Parcelable f657c;
|
||||
|
||||
@Override // android.view.View.BaseSavedState, android.view.AbsSavedState, android.os.Parcelable
|
||||
public final void writeToParcel(Parcel parcel, int i) {
|
||||
super.writeToParcel(parcel, i);
|
||||
parcel.writeInt(this.f655a);
|
||||
parcel.writeInt(this.f656b);
|
||||
parcel.writeParcelable(this.f657c, i);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user