22 lines
475 B
Java
22 lines
475 B
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* renamed from: o.bd, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C4591bd {
|
|
|
|
@SerializedName("configVersion")
|
|
private final String a;
|
|
|
|
@SerializedName("userMode")
|
|
private final String b;
|
|
|
|
public C4591bd(String str, String str2) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
this.a = str;
|
|
this.b = str2;
|
|
}
|
|
}
|