21 lines
405 B
Java
21 lines
405 B
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class vSV {
|
|
|
|
@SerializedName("tilesVersion")
|
|
private final String b;
|
|
|
|
@SerializedName("cardRefNo")
|
|
private final String c;
|
|
|
|
public vSV(String str, String str2) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
this.b = str;
|
|
this.c = str2;
|
|
}
|
|
}
|