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

24 lines
419 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 zBq {
@SerializedName("productType")
private String b;
/* loaded from: classes3.dex */
public static final class RVV {
public String e;
}
private zBq(RVV rvv) {
this.b = rvv.e;
}
public /* synthetic */ zBq(RVV rvv, byte b) {
this(rvv);
}
}