Skip to content

Instantly share code, notes, and snippets.

@wjessop
Created September 11, 2010 07:50
Show Gist options
  • Save wjessop/574961 to your computer and use it in GitHub Desktop.
Save wjessop/574961 to your computer and use it in GitHub Desktop.
@interface Connection : NSObject
// …
+ (void)setRequestHeaders:(NSArray *)headers;
+ (NSArray *)getRequestHeaders;
//…
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment