Various stylistic cleanups to Connection Mapping in preparation for merge. refs #748, #593

This commit is contained in:
Blake Watters
2012-07-11 11:33:25 -04:00
parent ec27cc8bf3
commit 64d1d35da2
6 changed files with 73 additions and 73 deletions

View File

@@ -20,7 +20,7 @@
#import <CoreData/CoreData.h>
#import "RKObjectMapping.h"
#import "RKObjectConnectionMapping.h"
#import "RKConnectionMapping.h"
@class RKManagedObjectStore;
@@ -84,7 +84,7 @@
/**
Returns the RKObjectRelationshipMapping connection for the specified relationship.
*/
- (RKObjectConnectionMapping*)mappingForConnection:(NSString*)relationshipName;
- (RKConnectionMapping*)mappingForConnection:(NSString*)relationshipName;
/**
Instructs RestKit to connect a relationship of the object being mapped to the