12 lines
247 B
Java
12 lines
247 B
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
import com.huawei.hms.support.feature.result.CommonConstant;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public class kUe {
|
||
|
|
||
|
@SerializedName(CommonConstant.KEY_STATUS)
|
||
|
public String d;
|
||
|
}
|