Add some organization to the RKMappingOperationDelegate headers

This commit is contained in:
Blake Watters
2012-12-13 16:03:45 -05:00
parent 0e5a7b836d
commit 1289e769ac

View File

@@ -29,6 +29,10 @@
*/
@protocol RKMappingOperationDelegate <NSObject>
///---------------------------------------
/// @name Tracking Property Mapping Events
///---------------------------------------
@optional
/**
@@ -78,6 +82,10 @@
*/
- (void)mappingOperation:(RKMappingOperation *)operation didFailWithError:(NSError *)error;
///-----------------------------------------
/// @name Tracking Dynamic Mapping Selection
///-----------------------------------------
/**
Tells the delegate that the mapping operation has selected a concrete object mapping with which to map the source object.
@@ -91,6 +99,10 @@
#ifdef _COREDATADEFINES_H
///----------------------------------------
/// @name Tracking Relationship Connections
///----------------------------------------
/**
Tells the delegate that the mapping operation has connected a relationship.