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