20 lines
445 B
Java
20 lines
445 B
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
import com.huawei.hms.support.feature.result.CommonConstant;
|
|
|
|
/* renamed from: o.cu, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public class C7742cu {
|
|
|
|
@SerializedName(CommonConstant.KEY_COUNTRY_CODE)
|
|
public String b;
|
|
|
|
@SerializedName("countryName")
|
|
public String c;
|
|
|
|
public static C7742cu d() {
|
|
return new C7742cu();
|
|
}
|
|
}
|