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

27 lines
607 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
/* loaded from: classes.dex */
public final class idH extends XjB {
public String a;
public String d;
public FHJ j;
private idH(int i, String str) {
super(i, str, null);
}
/* JADX WARN: 'this' call moved to the top of the method (can break code semantics) */
public idH(int i, String str, String str2, String str3, FHJ fhj) {
this(i, str3);
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
C14957gcv.e(fhj, "");
this.a = str;
this.d = str2;
this.j = fhj;
}
public /* synthetic */ idH() {
}
}