23 lines
424 B
Java
23 lines
424 B
Java
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);
|
|
}
|
|
}
|