23 lines
394 B
Java
23 lines
394 B
Java
|
package o;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class FtD {
|
||
|
public String b;
|
||
|
public String d;
|
||
|
public String e;
|
||
|
|
||
|
public /* synthetic */ FtD(byte b) {
|
||
|
this(null, null, null);
|
||
|
}
|
||
|
|
||
|
public FtD(String str, String str2, String str3) {
|
||
|
this.b = str;
|
||
|
this.e = str2;
|
||
|
this.d = str3;
|
||
|
}
|
||
|
|
||
|
public FtD() {
|
||
|
this((byte) 0);
|
||
|
}
|
||
|
}
|