14 lines
316 B
Java
14 lines
316 B
Java
|
package o;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public class KT extends KY {
|
||
|
public final String d;
|
||
|
|
||
|
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
||
|
public KT(Boolean bool, String str) {
|
||
|
super(bool);
|
||
|
C14957gcv.e(str, "");
|
||
|
this.d = str;
|
||
|
}
|
||
|
}
|