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

61 lines
1.5 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 class QQ extends EM implements Parcelable {
public static final Parcelable.Creator<QQ> CREATOR = new Parcelable.Creator<QQ>() { // from class: o.QQ.4
@Override // android.os.Parcelable.Creator
public final /* synthetic */ QQ createFromParcel(Parcel parcel) {
return new QQ(parcel);
}
@Override // android.os.Parcelable.Creator
public final /* bridge */ /* synthetic */ QQ[] newArray(int i) {
return new QQ[i];
}
};
public boolean c;
public boolean e;
@Override // o.EM, android.os.Parcelable
public int describeContents() {
return 0;
}
public QQ() {
super(YD.SEPARATOR);
this.c = false;
this.e = false;
}
public QQ(boolean z) {
super(YD.REVAMP_SEPARATOR);
this.e = false;
this.c = z;
}
public QQ(boolean z, byte b) {
super(YD.REVAMP_SEPARATOR);
this.c = true;
this.e = z;
}
protected QQ(Parcel parcel) {
super(parcel);
this.c = false;
this.e = false;
C14957gcv.e(parcel, "");
this.c = parcel.readInt() == 1;
C14957gcv.e(parcel, "");
this.e = parcel.readInt() == 1;
}
@Override // o.EM
public final void UU_(Parcel parcel, int i) {
parcel.writeInt(this.c ? 1 : 0);
parcel.writeInt(this.e ? 1 : 0);
}
}