Skip to content

Instantly share code, notes, and snippets.

@boboboa32
Created October 29, 2012 03:41
Show Gist options
  • Save boboboa32/3971383 to your computer and use it in GitHub Desktop.
Save boboboa32/3971383 to your computer and use it in GitHub Desktop.
@property (nonatomic, strong) NSSet* cats;
- (NSMutableSet*)catsSet;
@end
@interface _People (CoreDataGeneratedAccessors)
- (void)addCats:(NSSet*)value_;
- (void)removeCats:(NSSet*)value_;
- (void)addCatsObject:(Cat*)value_;
- (void)removeCatsObject:(Cat*)value_;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment