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

16 lines
309 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.cx, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public class C7900cx {
@SerializedName("productCode")
public String a;
public static C7900cx b() {
return new C7900cx();
}
}