Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package com.google.android.gms.location;
|
||||
|
||||
import android.os.IInterface;
|
||||
import android.os.RemoteException;
|
||||
|
||||
/* loaded from: classes3.dex */
|
||||
public interface zzr extends IInterface {
|
||||
void zzd(LocationAvailability locationAvailability) throws RemoteException;
|
||||
|
||||
void zze(LocationResult locationResult) throws RemoteException;
|
||||
|
||||
void zzf() throws RemoteException;
|
||||
}
|
||||
Reference in New Issue
Block a user