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

16 lines
276 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: classes3.dex */
public final class MGR {
@SerializedName("migrationFlag")
public final String b;
public MGR(String str) {
C14957gcv.e(str, "");
this.b = str;
}
}