Skip to content

Instantly share code, notes, and snippets.

@zmcartor
Created March 5, 2013 00:30
Show Gist options
  • Save zmcartor/5086994 to your computer and use it in GitHub Desktop.
Save zmcartor/5086994 to your computer and use it in GitHub Desktop.
@interface HKZDogParkAPIClient : NSObject
- (void)fetchProfile:(int)profileId block:(void(^)(NSDictionary *dog, NSError* error))clientBlock;
- (void)signup:(void(^)(NSDictionary *dog, NSError* error))clientBlock;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment