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; }