38 lines
758 B
Java
38 lines
758 B
Java
package o;
|
|
|
|
/* renamed from: o.Vf, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C1084Vf {
|
|
public String a;
|
|
public String b;
|
|
public String c;
|
|
public String d;
|
|
|
|
private C1084Vf(Sts sts) {
|
|
this.c = sts.a;
|
|
this.d = sts.d;
|
|
this.b = sts.e;
|
|
this.a = sts.c;
|
|
}
|
|
|
|
/* renamed from: o.Vf$Sts */
|
|
/* loaded from: classes3.dex */
|
|
public static final class Sts {
|
|
public String a;
|
|
public String c;
|
|
public String d;
|
|
public String e;
|
|
|
|
private Sts() {
|
|
}
|
|
|
|
public /* synthetic */ Sts(byte b) {
|
|
this();
|
|
}
|
|
}
|
|
|
|
public /* synthetic */ C1084Vf(Sts sts, byte b) {
|
|
this(sts);
|
|
}
|
|
}
|