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

25 lines
653 B
Java

package o;
/* loaded from: classes3.dex */
public final class TB extends TF {
public final String a;
public final String b;
public final TH c;
public final String d;
public final boolean e;
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
public TB(QJg qJg, String str, String str2, String str3, boolean z, TH th, int i) {
super(qJg, i);
C14957gcv.e(qJg, "");
C14957gcv.e(str2, "");
C14957gcv.e(str3, "");
C14957gcv.e(th, "");
this.a = str;
this.d = str2;
this.b = str3;
this.e = z;
this.c = th;
}
}