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

20 lines
464 B
Java

package o;
import java.util.List;
import o.ITp;
/* renamed from: o.uzG, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C17232uzG<T extends ITp> {
final List<T> d;
final String e;
/* JADX WARN: Multi-variable type inference failed */
public C17232uzG(String str, List<? extends T> list) {
C14957gcv.e(str, "");
C14957gcv.e(list, "");
this.e = str;
this.d = list;
}
}