fixed mentions
This commit is contained in:
parent
2b925dec34
commit
0d39948c7e
9 changed files with 357 additions and 23 deletions
|
@ -11,11 +11,12 @@
|
|||
|
||||
@implementation TweetModel
|
||||
|
||||
@synthesize text, inReplyTostatusId;
|
||||
@synthesize text, inReplyTostatusId, inReplyToEntity;
|
||||
|
||||
- (void)dealloc {
|
||||
[text release];
|
||||
[inReplyTostatusId release];
|
||||
[inReplyToEntity release];
|
||||
[super dealloc];
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue