Skip to content

Instantly share code, notes, and snippets.

@i0sa
Created June 26, 2020 22:31
Show Gist options
  • Save i0sa/734f6faf1055d4b362451f72eec97567 to your computer and use it in GitHub Desktop.
Save i0sa/734f6faf1055d4b362451f72eec97567 to your computer and use it in GitHub Desktop.
Normal code
@implementation HomeViewController
- (void)viewDidLoad {
[super viewDidLoad];
[self loadNetworkData];
}
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment