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

15 lines
233 B
Java

package o;
import com.google.gson.annotations.SerializedName;
/* loaded from: classes3.dex */
public class hpl {
@SerializedName("groupName")
public String c;
public static hpl e() {
return new hpl();
}
}