Skip to content

Instantly share code, notes, and snippets.

@kollapze
Created March 18, 2018 18:09
Show Gist options
  • Save kollapze/0f79deabefb58f1dda4a03bcd8f1b16a to your computer and use it in GitHub Desktop.
Save kollapze/0f79deabefb58f1dda4a03bcd8f1b16a to your computer and use it in GitHub Desktop.
@protocol UIViewControllerInitializerUnavailable <NSObjectInitializerUnavailable>
- (instancetype)initWithNibName:(NSString *)nibNameOrNil bundle:(NSBundle *)nibBundleOrNil NS_UNAVAILABLE;
- (instancetype)initWithCoder:(NSCoder *)aDecoder NS_UNAVAILABLE;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment