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

29 lines
666 B
Java

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