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

20 lines
527 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import java.util.List;
/* loaded from: classes3.dex */
public final class KZ extends KT {
public final boolean a;
public final List<WW> b;
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
/* JADX WARN: Multi-variable type inference failed */
public KZ(Boolean bool, String str, boolean z, List<? extends WW> list) {
super(bool, str);
C14957gcv.e(str, "");
C14957gcv.e(list, "");
this.a = z;
this.b = list;
}
}