Closed dmaclach closed 9 years ago
When compiling objection we ran into warnings about unknown selectors. By declaring them in protocols the warning goes away. It also frees us up to do direct obj dispatch instead of calling through - performSelector:
Looks good! Merged.
Looks good, merged!
When compiling objection we ran into warnings about unknown selectors. By declaring them in protocols the warning goes away. It also frees us up to do direct obj dispatch instead of calling through - performSelector: