17 lines
275 B
Java
17 lines
275 B
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public class Ayp {
|
||
|
|
||
|
@SerializedName("updatedDate")
|
||
|
public String b;
|
||
|
|
||
|
@SerializedName("refId")
|
||
|
public String c;
|
||
|
|
||
|
@SerializedName("uuid")
|
||
|
public String e;
|
||
|
}
|