what-the-bank/sources/o/C8098dB.java

37 lines
690 B
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.dB, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public class C8098dB {
@SerializedName("nickname")
private String b;
private C8098dB(IeS ieS) {
this.b = ieS.a;
}
public static IeS c() {
return new IeS((byte) 0);
}
/* renamed from: o.dB$IeS */
/* loaded from: classes3.dex */
public static final class IeS {
public String a;
private IeS() {
}
/* synthetic */ IeS(byte b) {
this();
}
}
public /* synthetic */ C8098dB(IeS ieS, byte b) {
this(ieS);
}
}