mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-23 20:31:13 +08:00
Delete @synthesize statements that are no longer needed. (Works with current 4.4.1 release of Xcode).
This commit is contained in:
@@ -38,13 +38,6 @@ NSString * const RKObjectMappingNestingAttributeKeyName = @"<RK_NESTING_ATTRIBUT
|
||||
|
||||
@implementation RKObjectMapping
|
||||
|
||||
@synthesize objectClass = _objectClass;
|
||||
@synthesize dateFormatters = _dateFormatters;
|
||||
@synthesize preferredDateFormatter = _preferredDateFormatter;
|
||||
@synthesize setDefaultValueForMissingAttributes = _setDefaultValueForMissingAttributes;
|
||||
@synthesize setNilForMissingRelationships = _setNilForMissingRelationships;
|
||||
@synthesize performKeyValueValidation = _performKeyValueValidation;
|
||||
@synthesize ignoreUnknownKeyPaths = _ignoreUnknownKeyPaths;
|
||||
|
||||
+ (id)mappingForClass:(Class)objectClass
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user