Skip to content

Instantly share code, notes, and snippets.

@cvasilak
Created November 16, 2012 09:19
Show Gist options
  • Save cvasilak/4085789 to your computer and use it in GitHub Desktop.
Save cvasilak/4085789 to your computer and use it in GitHub Desktop.
@interface Tweet : NSObject
@property(nonatomic, readonly) NSString *idStr;
@property(nonatomic, readonly) NSString *tweetText;
@property(nonatomic, readonly) User *userOwner;
@end
@cvasilak
Copy link
Author

DCKeyValueObjectMapping *parser = [DCKeyValueObjectMapping mapperForClass: [Tweet class] andConfiguration: config];

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment