20 lines
409 B
Java
20 lines
409 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 C3667bD {
|
|
|
|
@SerializedName("walletId")
|
|
private final String b;
|
|
|
|
@SerializedName("nickname")
|
|
private final String c;
|
|
|
|
public C3667bD(String str, String str2) {
|
|
this.b = str;
|
|
this.c = str2;
|
|
}
|
|
}
|