- 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
23 lines
455 B
Java
23 lines
455 B
Java
package com.google.android.gms.internal.ads;
|
|
|
|
import org.json.JSONObject;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class zzdhd {
|
|
private final JSONObject zza;
|
|
private final zzdnl zzb;
|
|
|
|
public zzdhd(JSONObject jSONObject, zzdnl zzdnlVar) {
|
|
this.zza = jSONObject;
|
|
this.zzb = zzdnlVar;
|
|
}
|
|
|
|
public final zzdnl zza() {
|
|
return this.zzb;
|
|
}
|
|
|
|
public final JSONObject zzb() {
|
|
return this.zza;
|
|
}
|
|
}
|