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

17 lines
400 B
Java

package o;
import java.util.List;
/* loaded from: classes3.dex */
public final class KW extends KT {
public final List<KQ> e;
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
public KW(Boolean bool, String str, List<KQ> list) {
super(bool, str);
C14957gcv.e(str, "");
C14957gcv.e(list, "");
this.e = list;
}
}