Skip to content

Instantly share code, notes, and snippets.

@Alos
Created April 3, 2011 20:41
Show Gist options
  • Save Alos/900786 to your computer and use it in GitHub Desktop.
Save Alos/900786 to your computer and use it in GitHub Desktop.
Album.h
@interface Album : NSManagedObject {
@private
}
@property (nonatomic, retain) NSString * name;
@property (nonatomic, retain) NSString * pathToImage;
@property (nonatomic, retain) NSDate * releaseDate;
@property (nonatomic, retain) NSManagedObject * artist;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment