jbsf / blindside

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

Expose -getInstance:withArgArray: in the BSInjector protocol #34

Closed briancroom closed 9 years ago

briancroom commented 9 years ago

I'm working on a couple Blindside-related things for which calling into the injector with an already-formed arg array is the interface I need to work with. I consider the other -getInstance* methods as conveniences on top of this new one that I am exposing, anyway.

Thoughts?

akitchen commented 9 years ago

Thanks!!