Files
rr3-apk/decompiled/sources/com/mbridge/msdk/mbbanner/common/a/a.java
Daniel Elliott f9d20bb3fc Add decompiled APK source code (JADX)
- 28,932 files
- Full Java source code
- Smali files
- Resources

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-02-18 14:52:23 -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;
}
}