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

37 lines
756 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import java.util.List;
/* renamed from: o.nxI, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C16401nxI {
public List<String> a;
public List<String> b;
public List<String> d;
private C16401nxI(HBt hBt) {
this.d = hBt.e;
this.a = hBt.d;
this.b = hBt.b;
}
/* renamed from: o.nxI$HBt */
/* loaded from: classes3.dex */
public static final class HBt {
public List<String> b;
public List<String> d;
public List<String> e;
private HBt() {
}
public /* synthetic */ HBt(byte b) {
this();
}
}
public /* synthetic */ C16401nxI(HBt hBt, byte b) {
this(hBt);
}
}