- 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
35 lines
634 B
Java
35 lines
634 B
Java
package com.google.android.gms.internal.ads;
|
|
|
|
import androidx.annotation.Nullable;
|
|
|
|
@Deprecated
|
|
/* loaded from: classes3.dex */
|
|
public final class zzbcx {
|
|
private final long zza;
|
|
|
|
@Nullable
|
|
private final String zzb;
|
|
|
|
@Nullable
|
|
private final zzbcx zzc;
|
|
|
|
public zzbcx(long j, @Nullable String str, @Nullable zzbcx zzbcxVar) {
|
|
this.zza = j;
|
|
this.zzb = str;
|
|
this.zzc = zzbcxVar;
|
|
}
|
|
|
|
public final long zza() {
|
|
return this.zza;
|
|
}
|
|
|
|
@Nullable
|
|
public final zzbcx zzb() {
|
|
return this.zzc;
|
|
}
|
|
|
|
public final String zzc() {
|
|
return this.zzb;
|
|
}
|
|
}
|