41 lines
825 B
Java
41 lines
825 B
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* renamed from: o.aP, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C1810aP {
|
|
|
|
@SerializedName("userMode")
|
|
private final String a;
|
|
|
|
@SerializedName("allTilesFlag")
|
|
private final int b;
|
|
|
|
@SerializedName("tilesVersion")
|
|
private final String c;
|
|
|
|
public C1810aP(String str, String str2) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
this.c = str;
|
|
this.b = 0;
|
|
this.a = str2;
|
|
}
|
|
|
|
/* renamed from: o.aP$IeS */
|
|
/* loaded from: classes3.dex */
|
|
public static final class IeS {
|
|
private IeS() {
|
|
}
|
|
|
|
public /* synthetic */ IeS(byte b) {
|
|
this();
|
|
}
|
|
}
|
|
|
|
static {
|
|
new IeS((byte) 0);
|
|
}
|
|
}
|