Files
rr3-apk/decompiled/sources/com/mbridge/msdk/mbbanner/common/a/b.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

46 lines
787 B
Java

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