19 lines
535 B
Java
19 lines
535 B
Java
package o;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class KD extends AbstractC0624Ky {
|
|
public String a;
|
|
private final String c;
|
|
public String d;
|
|
|
|
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
|
public KD(EnumC0622Kw enumC0622Kw, String str, String str2, String str3, String str4) {
|
|
super(enumC0622Kw, str, (byte) 0);
|
|
C14957gcv.e(enumC0622Kw, "");
|
|
C14957gcv.e(str, "");
|
|
this.c = str2;
|
|
this.a = str3;
|
|
this.d = str4;
|
|
}
|
|
}
|