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

32 lines
963 B
Java

package o;
import java.util.Arrays;
import java.util.List;
/* renamed from: o.aEw, reason: case insensitive filesystem */
/* loaded from: classes4.dex */
public final class C1465aEw extends ZI<InterfaceC9095ddJ> {
public final C16623pm a;
public final List<Integer> b;
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
@InterfaceC13391fZD
public C1465aEw(C16903sI c16903sI, C16623pm c16623pm) {
super(c16903sI);
C14957gcv.e(c16903sI, "");
C14957gcv.e(c16623pm, "");
this.a = c16623pm;
Integer[] numArr = {0, 1};
C14957gcv.e(numArr, "");
C14957gcv.e(numArr, "");
List<Integer> asList = Arrays.asList(numArr);
C14957gcv.c(asList, "");
this.b = asList;
}
public static /* synthetic */ void b(List list, InterfaceC9095ddJ interfaceC9095ddJ) {
C14957gcv.e(list, "");
interfaceC9095ddJ.a(list);
}
}