22 lines
440 B
Java
22 lines
440 B
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
import org.simpleframework.xml.strategy.Name;
|
|
|
|
/* renamed from: o.IRf, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public class C0500IRf {
|
|
|
|
@SerializedName("categoryType")
|
|
public CeA a;
|
|
|
|
@SerializedName("imageURL")
|
|
public String c;
|
|
|
|
@SerializedName(Name.MARK)
|
|
public int d;
|
|
|
|
@SerializedName("name")
|
|
public String e;
|
|
}
|