Skip to content

Instantly share code, notes, and snippets.

@jzucker2
Created June 4, 2015 06:56
Show Gist options
  • Save jzucker2/bc2f5ad5b56045317c50 to your computer and use it in GitHub Desktop.
Save jzucker2/bc2f5ad5b56045317c50 to your computer and use it in GitHub Desktop.
Sample multi response layout
@interface PNHistoryResult : PNResult
@property (nonatomic) NSDate *start;
@property (nonatomic) NSDate *end;
@end
// no methods on any of these subclasses
@interface PNHereNowResult : PNResult
@property (nonatomic) NSInteger occupancy;
@end
@interface PNResult : NSDictionary
@property (nonatomic) id data;
- (void)methods
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment