Also interested in this.�� A few times I would have like to have done something like...
������ 'someProtocol' allMethods
and got a list like
������ ClassA>>method1
������ ClassB>>method1
������ ClassB>>method2
��
but I haven't needed it enough to bother working it out.
��
Actually its the sort of thing that would fit well as a feature added to Finder.
cheers -ben

On Fri, Mar 20, 2015 at 5:16 AM, Peter Uhn��k <i.uhnak@gmail.com> wrote:
Hi,

is it possible to find which class uses particular protocol?

Typically I am not sure how to name a protocol so I would like to check out other classes.
For example the system offers me to name protocol as "enum primitives" but I don't know who uses it and for what exactly.

Thanks,
Peter