14 lines
226 B
Java
14 lines
226 B
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public class NqQ {
|
||
|
|
||
|
@SerializedName("description")
|
||
|
private String b;
|
||
|
|
||
|
@SerializedName("code")
|
||
|
private String c;
|
||
|
}
|