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

15 lines
363 B
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
/* loaded from: classes3.dex */
public final class KS extends KT {
public /* synthetic */ KS(String str) {
this(Boolean.FALSE, str);
}
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
private KS(Boolean bool, String str) {
super(bool, str);
C14957gcv.e(str, "");
}
}