Skip to content

Instantly share code, notes, and snippets.

@pier-oliviert
Created October 13, 2010 01:23
Show Gist options
  • Save pier-oliviert/623236 to your computer and use it in GitHub Desktop.
Save pier-oliviert/623236 to your computer and use it in GitHub Desktop.
@interface Profile : NSObject {
NSString *username;
UIImage *image;
}
- (void)configureWithDictionary:(NSDictionary *)dict;
@property (nonatomic, readonly) UIImage *image;
@property (nonatomic, readonly) NSString *username;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment