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

15 lines
231 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 class TPw {
@SerializedName("groupId")
public String c;
public static TPw e() {
return new TPw();
}
}