what-the-bank/sources/o/KU.java

14 lines
316 B
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
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;
}
}