package o; import android.os.Parcel; import android.os.Parcelable; /* loaded from: classes3.dex */ public final class QV extends EM implements Parcelable { public final String e; /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */ public QV(String str, YD yd) { super(yd); C14957gcv.e(str, ""); C14957gcv.e(yd, ""); this.e = str; } @Override // o.EM public final void UU_(Parcel parcel, int i) { if (parcel != null) { parcel.writeString(this.e); } } }