- 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
20 lines
435 B
Java
20 lines
435 B
Java
package com.tapjoy.internal;
|
|
|
|
import com.tapjoy.TapjoyConstants;
|
|
import org.json.JSONObject;
|
|
|
|
/* loaded from: classes4.dex */
|
|
public final class y1 {
|
|
public final String a;
|
|
|
|
public y1(JSONObject jSONObject) {
|
|
this.a = null;
|
|
jSONObject.optString("currency_id");
|
|
this.a = jSONObject.optString(TapjoyConstants.PREF_SERVER_CURRENCY_TYPE);
|
|
}
|
|
|
|
public final String a() {
|
|
return this.a;
|
|
}
|
|
}
|