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

19 lines
540 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import java.util.List;
/* renamed from: o.Lc, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C0635Lc extends KT {
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 C0635Lc(Boolean bool, String str, List<? extends WW> list) {
super(bool, str);
C14957gcv.e(str, "");
C14957gcv.e(list, "");
this.b = list;
}
}