Skip to content

Instantly share code, notes, and snippets.

@hborders
Created June 21, 2013 15:07
Show Gist options
  • Save hborders/5831832 to your computer and use it in GitHub Desktop.
Save hborders/5831832 to your computer and use it in GitHub Desktop.
Metacomment
/*
* No need to override setCompletionBlock. -[AFURLConnectionOperation setCompletionBlock:] is fine for us.
* Leaving this comment here to account for all public superclass methods
- (void)setCompletionBlock:(void (^)(void))block;
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment