what-the-bank/sources/o/KT.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 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;
}
}