mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-24 04:46:01 +08:00
Remove duplicate declarations for createdAt, updatedAt, userID and user from DBPost
DBPost inherits from DBContentObject which has these accessors already defined.
This commit is contained in:
@@ -28,16 +28,6 @@
|
||||
*/
|
||||
@property (nonatomic, retain) NSString* body;
|
||||
|
||||
/**
|
||||
* A timestamp of when the Post was created
|
||||
*/
|
||||
@property (nonatomic, retain) NSDate* createdAt;
|
||||
|
||||
/**
|
||||
* A timestamp of when the Post was last updated
|
||||
*/
|
||||
@property (nonatomic, retain) NSDate* updatedAt;
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
#pragma mark Relationship properties
|
||||
|
||||
|
||||
@@ -18,13 +18,9 @@
|
||||
@dynamic attachmentPath;
|
||||
@dynamic attachmentUpdatedAt;
|
||||
@dynamic body;
|
||||
@dynamic createdAt;
|
||||
@dynamic topicID;
|
||||
@dynamic updatedAt;
|
||||
@dynamic userID;
|
||||
@dynamic postID;
|
||||
@dynamic username;
|
||||
@dynamic user;
|
||||
@dynamic topic;
|
||||
|
||||
@synthesize newAttachment = _newAttachment;
|
||||
|
||||
Reference in New Issue
Block a user