10 lines
305 B
Java
10 lines
305 B
Java
package com.google.android.gms.common.internal;
|
|
|
|
import android.os.IInterface;
|
|
import android.os.RemoteException;
|
|
|
|
/* loaded from: classes.dex */
|
|
public interface IGmsServiceBroker extends IInterface {
|
|
void a(IGmsCallbacks iGmsCallbacks, GetServiceRequest getServiceRequest) throws RemoteException;
|
|
}
|