Skip to content

Instantly share code, notes, and snippets.

@kollapze
Created March 18, 2018 18:08
Show Gist options
  • Save kollapze/c21ffe3e73ab820e6fba8fd13e45e7d4 to your computer and use it in GitHub Desktop.
Save kollapze/c21ffe3e73ab820e6fba8fd13e45e7d4 to your computer and use it in GitHub Desktop.
@interface NewsViewController : UIViewController <UIViewControllerInitializerUnavailable>
- (instancetype)initWithViewModel:(id<NewsViewControllerModel>)viewModel;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment