18 lines
379 B
Java
18 lines
379 B
Java
package o;
|
|
|
|
import com.google.android.gms.measurement.api.AppMeasurementSdk;
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public class FEw {
|
|
|
|
@SerializedName("label")
|
|
public String a;
|
|
|
|
@SerializedName("sortSequence")
|
|
public int b;
|
|
|
|
@SerializedName(AppMeasurementSdk.ConditionalUserProperty.VALUE)
|
|
public String c;
|
|
}
|