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

16 lines
296 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.dL, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public class C8435dL {
@SerializedName("code")
private String a;
public C8435dL(String str) {
this.a = str;
}
}