Skip to content

Instantly share code, notes, and snippets.

@qnoid
Created February 10, 2011 11:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save qnoid/820324 to your computer and use it in GitHub Desktop.
Save qnoid/820324 to your computer and use it in GitHub Desktop.
@interface Item : NSObject
{
@private
UIImage *image;
NSString *value;
NSString *when;
}
@property(nonatomic, retain) UIImage *image;
@property(nonatomic, retain) NSString *value;
@property(nonatomic, retain) NSString *when;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment