37 lines
756 B
Java
37 lines
756 B
Java
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);
|
|
}
|
|
}
|