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

19 lines
482 B
Java

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