12 lines
348 B
Java
12 lines
348 B
Java
|
package com.google.android.gms.internal.location;
|
||
|
|
||
|
import android.location.Location;
|
||
|
import android.os.IInterface;
|
||
|
import android.os.RemoteException;
|
||
|
import com.google.android.gms.common.api.Status;
|
||
|
|
||
|
/* loaded from: classes2.dex */
|
||
|
public interface zzao extends IInterface {
|
||
|
void zzb(Status status, Location location) throws RemoteException;
|
||
|
}
|