Renamed RKObjectDynamicMapping to RKDynamicObjectMapping to better mesh with Cocoa idioms. fixes #354

The old class name has been aliased for backwards compatibility.
This commit is contained in:
Blake Watters
2011-09-20 13:18:09 -04:00
parent 0c96aedc85
commit 144533cdd5
8 changed files with 94 additions and 65 deletions

View File

@@ -19,7 +19,7 @@
//
#import "RKObjectMapping.h"
#import "RKObjectDynamicMapping.h"
#import "RKDynamicObjectMapping.h"
/**
Responsible for providing object mappings to an instance of the object mapper