|
package com.google.android.gms.location;
|
|
|
|
import android.location.Location;
|
|
import android.os.IInterface;
|
|
import android.os.RemoteException;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public interface zzbl extends IInterface {
|
|
void zzd(Location location) throws RemoteException;
|
|
}
|