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