Skip to content

Instantly share code, notes, and snippets.

@augustj
Last active August 29, 2015 14:03
Show Gist options
  • Save augustj/f07f9d4267c11fcc202f to your computer and use it in GitHub Desktop.
Save augustj/f07f9d4267c11fcc202f to your computer and use it in GitHub Desktop.
CFStoryboard.h - UIStoryboard subclass that injects Objection dependcies
// The CFStoryboard header just declares that CFStoryboard extends UIStoryboard
#import <UIKit/UIKit.h>
@interface CFStoryboard : UIStoryboard
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment