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

41 lines
1017 B
Java

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