19 lines
402 B
Java
19 lines
402 B
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
import com.huawei.hms.support.feature.result.CommonConstant;
|
|
import org.simpleframework.xml.strategy.Name;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public class ANq {
|
|
|
|
@SerializedName(CommonConstant.KEY_COUNTRY_CODE)
|
|
public String a;
|
|
|
|
@SerializedName("type")
|
|
public String c;
|
|
|
|
@SerializedName(Name.MARK)
|
|
public String e;
|
|
}
|