Skip to content

Instantly share code, notes, and snippets.

@bobspryn
Last active August 29, 2015 14:06
Show Gist options
  • Save bobspryn/adfd5eb3775a225a2011 to your computer and use it in GitHub Desktop.
Save bobspryn/adfd5eb3775a225a2011 to your computer and use it in GitHub Desktop.
@interface MYTweetCellViewModel: NSObject
@property (nonatomic, strong, readonly) NSString *tweetAuthorFullName;
@property (nonatomic, strong, readonly) UIImage *tweetAuthorAvatarImage;
@property (nonatomic, strong, readonly) NSString *tweetContent;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment