20 lines
399 B
Java
20 lines
399 B
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* renamed from: o.aM, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public class C1709aM {
|
|
|
|
@SerializedName("allTilesFlag")
|
|
private Integer c;
|
|
|
|
@SerializedName("tilesVersion")
|
|
private String d;
|
|
|
|
public C1709aM(String str, Integer num) {
|
|
this.d = str;
|
|
this.c = num;
|
|
}
|
|
}
|