Created
March 5, 2013 00:27
-
-
Save zmcartor/5086976 to your computer and use it in GitHub Desktop.
DogPark Inteface
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 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