jbsf / blindside

Blindside provides dependency injection capabilities for Objective-C on iOS and OS X
MIT License
71 stars 43 forks source link

BSInjectorImpl needs to be more permissive when injecting the injector #9

Closed wileykestner closed 11 years ago

wileykestner commented 11 years ago

Right now it only injects the injector if an injector property conforms it only. It will fail if the injector also conforms to <BSInjector, BSBinder> or any other additional protocols.

wileykestner commented 11 years ago

Opening a pull request.