atomicobject / objection

A lightweight dependency injection framework for Objective-C
http://www.objection-framework.org
MIT License
1.85k stars 223 forks source link

Fix up objection so there are no warnings about unknown selectors #102

Closed dmaclach closed 9 years ago

dmaclach commented 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:

jdewind commented 9 years ago

Looks good! Merged.

jdewind commented 9 years ago

Looks good, merged!