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

19 lines
326 B
Java
Raw 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 Ina {
@SerializedName("applicationId")
private String a;
@SerializedName("issuerId")
private String e;
public Ina(String str, String str2) {
this.a = str;
this.e = str2;
}
}