Is selector in protocol?
Is selector in protocol?
- Subject: Is selector in protocol?
- From: Paul Mix <email@hidden>
- Date: Wed, 24 Oct 2001 15:15:44 -0500
Is there a way to tell if a particular selector is declared in a
formal protocol? I'd like to use forward-invocation on an object,
determining which object to forward to based on which protocol the
forwarded-selector is declared in.
Thanks,
- Paul M
--