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

21 lines
399 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 final class hmQ {
@SerializedName("deviceId")
private final String b;
@SerializedName("modelId")
private final String e;
public hmQ(String str, String str2) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
this.b = str;
this.e = str2;
}
}