I know that I can forward messages to instances of a class using -forwardInvocation:
. Can I do the same for messages sent to a class object (as in +forwardInvocation:
)?
I know that I can forward messages to instances of a class using -forwardInvocation:
. Can I do the same for messages sent to a class object (as in +forwardInvocation:
)?