Hello,
I need to send a message to an instance that may be of one of several
types. The methods on all the possible receivers return a BOOL. How can
I catch the return value, without getting a compiler warning. Must I
wrap it in an object ? If so how do you wrap a boolean ?
Many thanks