17 lines
260 B
Java
17 lines
260 B
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
|
||
|
/* loaded from: classes.dex */
|
||
|
public class Sxy {
|
||
|
|
||
|
@SerializedName("ref3Label")
|
||
|
String a;
|
||
|
|
||
|
@SerializedName("ref1Label")
|
||
|
String c;
|
||
|
|
||
|
@SerializedName("ref2Label")
|
||
|
String e;
|
||
|
}
|