25 lines
464 B
Java
25 lines
464 B
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* renamed from: o.dc, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C9032dc {
|
|
|
|
@SerializedName("tilesVersion")
|
|
public String c;
|
|
|
|
public /* synthetic */ C9032dc(byte b) {
|
|
this("");
|
|
}
|
|
|
|
private C9032dc(String str) {
|
|
C14957gcv.e(str, "");
|
|
this.c = str;
|
|
}
|
|
|
|
public C9032dc() {
|
|
this((byte) 0);
|
|
}
|
|
}
|