25 lines
499 B
Java
25 lines
499 B
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class KQt {
|
|
|
|
@SerializedName("cardRef")
|
|
private final String b;
|
|
|
|
@SerializedName("isDJTRename")
|
|
private final boolean c;
|
|
|
|
@SerializedName("tilesVersion")
|
|
private final String d;
|
|
|
|
public KQt(String str, String str2, boolean z) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
this.b = str;
|
|
this.d = str2;
|
|
this.c = z;
|
|
}
|
|
}
|