Created
March 18, 2018 18:08
-
-
Save kollapze/c21ffe3e73ab820e6fba8fd13e45e7d4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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