19 lines
326 B
Java
19 lines
326 B
Java
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;
|
|
}
|
|
}
|