- 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
29 lines
487 B
Java
29 lines
487 B
Java
package com.ironsource;
|
|
|
|
import org.json.JSONObject;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public class dr {
|
|
private String a;
|
|
private String b;
|
|
private JSONObject c;
|
|
|
|
public dr(String str, String str2, JSONObject jSONObject) {
|
|
this.a = str;
|
|
this.b = str2;
|
|
this.c = jSONObject;
|
|
}
|
|
|
|
public JSONObject a() {
|
|
return this.c;
|
|
}
|
|
|
|
public String b() {
|
|
return this.b;
|
|
}
|
|
|
|
public String c() {
|
|
return this.a;
|
|
}
|
|
}
|