Files
rr3-apk/decompiled-community/sources/com/google/android/gms/internal/ads/zzyb.java
Daniel Elliott c080f0d97f Add Discord community version (64-bit only)
- 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
2026-02-18 15:48:36 -08:00

57 lines
1.1 KiB
Java

package com.google.android.gms.internal.ads;
import androidx.annotation.CallSuper;
import androidx.annotation.Nullable;
/* loaded from: classes3.dex */
public abstract class zzyb {
@Nullable
private zzya zza;
@Nullable
private zzyj zzb;
@Nullable
public zzll zze() {
throw null;
}
@CallSuper
public void zzj() {
this.zza = null;
this.zzb = null;
}
public void zzk(zze zzeVar) {
throw null;
}
public boolean zzn() {
throw null;
}
public abstract zzyc zzo(zzlm[] zzlmVarArr, zzwj zzwjVar, zzug zzugVar, zzbq zzbqVar) throws zzib;
public abstract void zzp(@Nullable Object obj);
public final zzyj zzq() {
zzyj zzyjVar = this.zzb;
zzcw.zzb(zzyjVar);
return zzyjVar;
}
@CallSuper
public final void zzr(zzya zzyaVar, zzyj zzyjVar) {
this.zza = zzyaVar;
this.zzb = zzyjVar;
}
public final void zzs() {
zzya zzyaVar = this.zza;
if (zzyaVar != null) {
zzyaVar.zzj();
}
}
}