mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-23 12:27:52 +08:00
Merge pull request #963 from dmishe/make_entity_property_readwrite
Make entity property readwrite
This commit is contained in:
@@ -60,7 +60,7 @@
|
||||
/**
|
||||
The Core Data entity description used for this object mapping
|
||||
*/
|
||||
@property (nonatomic, strong, readonly) NSEntityDescription *entity;
|
||||
@property (nonatomic, strong) NSEntityDescription *entity;
|
||||
|
||||
/**
|
||||
The name of the attribute on the destination entity that acts as the primary key for instances
|
||||
|
||||
@@ -33,7 +33,6 @@
|
||||
|
||||
@interface RKEntityMapping ()
|
||||
@property (nonatomic, weak, readwrite) Class objectClass;
|
||||
@property (nonatomic, strong, readwrite) NSEntityDescription *entity;
|
||||
@property (nonatomic, strong) NSMutableArray *mutableConnections;
|
||||
@end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user