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

26 lines
480 B
Java
Raw Permalink Normal View History

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