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

27 lines
460 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 class xIq {
@SerializedName("tokenId")
public final String a;
@SerializedName("verifiedEmail")
public final String d;
private /* synthetic */ xIq(byte b) {
this(null, null);
}
public xIq(String str, String str2) {
this.a = str;
this.d = str2;
}
public xIq() {
this((byte) 0);
}
}