- 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
42 lines
1.1 KiB
Java
42 lines
1.1 KiB
Java
package com.google.android.gms.internal.ads;
|
|
|
|
import android.os.IInterface;
|
|
import android.os.RemoteException;
|
|
import com.google.android.gms.dynamic.IObjectWrapper;
|
|
import java.util.List;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public interface zzbgq extends IInterface {
|
|
com.google.android.gms.ads.internal.client.zzeb zze() throws RemoteException;
|
|
|
|
zzbft zzf() throws RemoteException;
|
|
|
|
zzbfw zzg(String str) throws RemoteException;
|
|
|
|
IObjectWrapper zzh() throws RemoteException;
|
|
|
|
String zzi() throws RemoteException;
|
|
|
|
String zzj(String str) throws RemoteException;
|
|
|
|
List zzk() throws RemoteException;
|
|
|
|
void zzl() throws RemoteException;
|
|
|
|
void zzm() throws RemoteException;
|
|
|
|
void zzn(String str) throws RemoteException;
|
|
|
|
void zzo() throws RemoteException;
|
|
|
|
void zzp(IObjectWrapper iObjectWrapper) throws RemoteException;
|
|
|
|
boolean zzq() throws RemoteException;
|
|
|
|
boolean zzr(IObjectWrapper iObjectWrapper) throws RemoteException;
|
|
|
|
boolean zzs(IObjectWrapper iObjectWrapper) throws RemoteException;
|
|
|
|
boolean zzt() throws RemoteException;
|
|
}
|