24 lines
426 B
Java
24 lines
426 B
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
|
||
|
/* loaded from: classes.dex */
|
||
|
public final class FHJ {
|
||
|
|
||
|
@SerializedName("code")
|
||
|
public String c;
|
||
|
|
||
|
@SerializedName("description")
|
||
|
public String d;
|
||
|
|
||
|
public FHJ(String str, String str2) {
|
||
|
C14957gcv.e(str, "");
|
||
|
C14957gcv.e(str2, "");
|
||
|
this.c = str;
|
||
|
this.d = str2;
|
||
|
}
|
||
|
|
||
|
public /* synthetic */ FHJ() {
|
||
|
}
|
||
|
}
|