package com.google.android.gms.common.internal;

import android.os.IInterface;
import android.os.RemoteException;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import com.google.android.gms.common.annotation.KeepForSdk;

/* JADX INFO: loaded from: classes2.dex */
public interface r extends IInterface {
    @KeepForSdk
    void getService(@NonNull q qVar, @Nullable k kVar) throws RemoteException;
}
