jbsf / blindside

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

Stop directly referencing the `Protocol` class symbol #52

Closed briancroom closed 8 years ago

briancroom commented 8 years ago

This class appears to have been moved private on some platforms with Xcode 7.3. Dynamically looking up the class at runtime still works though.