what-the-bank/sources/o/PcV.java

46 lines
1.1 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import android.os.Parcel;
import android.os.Parcelable;
/* loaded from: classes3.dex */
public final class PcV extends JjC {
public static final IeS CREATOR = new IeS(0);
@Override // o.JjC, android.os.Parcelable
public final int describeContents() {
return 0;
}
public PcV() {
}
/* JADX WARN: 'this' call moved to the top of the method (can break code semantics) */
public PcV(Parcel parcel) {
this();
C14957gcv.e(parcel, "");
Qp_(parcel);
}
/* loaded from: classes3.dex */
public static final class IeS implements Parcelable.Creator<PcV> {
private IeS() {
}
@Override // android.os.Parcelable.Creator
public final /* synthetic */ PcV createFromParcel(Parcel parcel) {
C14957gcv.e(parcel, "");
return new PcV(parcel);
}
@Override // android.os.Parcelable.Creator
public final /* bridge */ /* synthetic */ PcV[] newArray(int i) {
return new PcV[i];
}
public /* synthetic */ IeS(byte b) {
this();
}
}
}