15 lines
231 B
Java
15 lines
231 B
Java
|
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();
|
||
|
}
|
||
|
}
|