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

18 lines
273 B
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
/* loaded from: classes.dex */
public final class iXl {
@SerializedName("token")
public String b;
public iXl(String str) {
this.b = str;
}
public /* synthetic */ iXl() {
}
}