32 lines
573 B
Java
32 lines
573 B
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
|
||
|
/* loaded from: classes.dex */
|
||
|
public class GIr {
|
||
|
|
||
|
@SerializedName("ref1Placeholder")
|
||
|
public String a;
|
||
|
|
||
|
@SerializedName("ref1Label")
|
||
|
public String b;
|
||
|
|
||
|
@SerializedName("longName")
|
||
|
public String c;
|
||
|
|
||
|
@SerializedName("ref2Label")
|
||
|
public String d;
|
||
|
|
||
|
@SerializedName("ref2Placeholder")
|
||
|
public String e;
|
||
|
|
||
|
@SerializedName("ref3Placeholder")
|
||
|
public String f;
|
||
|
|
||
|
@SerializedName("shortName")
|
||
|
public String h;
|
||
|
|
||
|
@SerializedName("ref3Label")
|
||
|
public String i;
|
||
|
}
|