Files
rr3-apk/decompiled-community/sources/com/mbridge/msdk/mbbanner/common/a/a.java
Daniel Elliott c080f0d97f Add Discord community version (64-bit only)
- Added realracing3-community.apk (71.57 MB)
- Removed 32-bit support (armeabi-v7a)
- Only includes arm64-v8a libraries
- Decompiled source code included
- Added README-community.md with analysis
2026-02-18 15:48:36 -08:00

58 lines
981 B
Java

package com.mbridge.msdk.mbbanner.common.a;
/* loaded from: classes4.dex */
public class a {
private static final String a = "a";
private String b;
private int c;
private String d;
private String e;
private String f;
private boolean g = false;
public final String a() {
return this.b;
}
public final void a(String str) {
this.d = str;
}
public final void a(boolean z) {
this.g = z;
}
public final int b() {
return this.c;
}
public final void b(String str) {
this.e = str;
}
public final String c() {
return this.d;
}
public final void c(String str) {
this.f = str;
}
public final String d() {
return this.e;
}
public final String e() {
return this.f;
}
public final boolean f() {
return this.g;
}
public a(String str, int i) {
this.b = str;
this.c = i;
}
}