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

19 lines
355 B
Java
Raw Permalink Normal View History

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