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

23 lines
424 B
Java
Raw Normal View History

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