Skip to content

Instantly share code, notes, and snippets.

@kollapze
Last active March 18, 2018 18:09
Show Gist options
  • Save kollapze/bf167e491c27fcae4350a33fa9fabcf3 to your computer and use it in GitHub Desktop.
Save kollapze/bf167e491c27fcae4350a33fa9fabcf3 to your computer and use it in GitHub Desktop.
Default Initializers
@protocol NSObjectInitializerUnavailable <NSObject>
- (instancetype)init NS_UNAVAILABLE;
+ (instancetype)new NS_UNAVAILABLE;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment