20 lines
333 B
Java
20 lines
333 B
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public class HZk {
|
|
|
|
@SerializedName("code")
|
|
private String a;
|
|
|
|
@SerializedName("description")
|
|
private String b;
|
|
|
|
@SerializedName("icon")
|
|
private String c;
|
|
|
|
@SerializedName("sortSequence")
|
|
private int e;
|
|
}
|