what-the-bank/sources/o/vSV.java

21 lines
405 B
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
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;
}
}