- 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
21 lines
559 B
Java
21 lines
559 B
Java
package com.ironsource;
|
|
|
|
import kotlin.jvm.internal.Intrinsics;
|
|
import org.json.JSONObject;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public final class pj implements br<JSONObject> {
|
|
private final br<String> a;
|
|
|
|
public pj(br<String> serverResponse) {
|
|
Intrinsics.checkNotNullParameter(serverResponse, "serverResponse");
|
|
this.a = serverResponse;
|
|
}
|
|
|
|
@Override // com.ironsource.br
|
|
/* renamed from: b, reason: merged with bridge method [inline-methods] */
|
|
public JSONObject a() {
|
|
return new JSONObject(this.a.a());
|
|
}
|
|
}
|