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

25 lines
473 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.mjh, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public class C16256mjh {
@SerializedName("nickname")
public String a;
@SerializedName("recipientId")
public long b;
@SerializedName("groupId")
public String d;
@SerializedName("amount")
public double e;
public static C16256mjh a() {
return new C16256mjh();
}
}