Checking in work in progress on the library reorganization

This commit is contained in:
Blake Watters
2011-11-22 13:35:01 -05:00
parent ceb7eb478a
commit 5b718890ac
106 changed files with 6521 additions and 8036 deletions

View File

@@ -33,6 +33,7 @@
#define RKLogComponent lcl_cRestKitObjectMapping
// Temporary home for object equivalancy tests
BOOL RKObjectIsValueEqualToValue(id sourceValue, id destinationValue);
BOOL RKObjectIsValueEqualToValue(id sourceValue, id destinationValue) {
NSCAssert(sourceValue, @"Expected sourceValue not to be nil");
NSCAssert(destinationValue, @"Expected destinationValue not to be nil");