Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save kollapze/3d836e57d1323ddd8bbef0ea6b8e1d08 to your computer and use it in GitHub Desktop.
Save kollapze/3d836e57d1323ddd8bbef0ea6b8e1d08 to your computer and use it in GitHub Desktop.
@interface SomeManager : NSObject <NSObjectInitializerUnavailable>
- (instancetype)initWithSomeService:(id<SomeService>)someService;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment