27 lines
448 B
Java
27 lines
448 B
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class mFg {
|
|
|
|
@SerializedName("description")
|
|
public final String d;
|
|
|
|
@SerializedName("imageUrl")
|
|
public final String e;
|
|
|
|
private mFg(byte b) {
|
|
this.e = null;
|
|
this.d = null;
|
|
}
|
|
|
|
private /* synthetic */ mFg(char c) {
|
|
this((byte) 0);
|
|
}
|
|
|
|
public mFg() {
|
|
this((char) 0);
|
|
}
|
|
}
|