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

25 lines
453 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
/* loaded from: classes3.dex */
public final class KLz {
private String b;
public String c;
public String d;
public /* synthetic */ KLz(byte b) {
this(null, "", "");
}
public KLz(String str, String str2, String str3) {
C14957gcv.e(str2, "");
C14957gcv.e(str3, "");
this.b = str;
this.c = str2;
this.d = str3;
}
public KLz() {
this((byte) 0);
}
}