19 lines
400 B
Java
19 lines
400 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 L {
|
||
|
|
||
|
@SerializedName("type")
|
||
|
public String a;
|
||
|
|
||
|
@SerializedName(CommonConstant.KEY_COUNTRY_CODE)
|
||
|
public String d;
|
||
|
|
||
|
@SerializedName(Name.MARK)
|
||
|
public String e;
|
||
|
}
|