- 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
22 lines
560 B
Java
22 lines
560 B
Java
package com.google.android.gms.internal.ads;
|
|
|
|
import android.view.View;
|
|
import androidx.annotation.Nullable;
|
|
import java.util.UUID;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public abstract class zzfkp {
|
|
public static zzfkp zza(zzfkq zzfkqVar, zzfkr zzfkrVar) {
|
|
zzfmk.zza();
|
|
return new zzfkt(zzfkqVar, zzfkrVar, UUID.randomUUID().toString());
|
|
}
|
|
|
|
public abstract void zzb(View view, zzfkw zzfkwVar, @Nullable String str);
|
|
|
|
public abstract void zzc();
|
|
|
|
public abstract void zzd(@Nullable View view);
|
|
|
|
public abstract void zze();
|
|
}
|