mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-24 04:46:01 +08:00
Add some organization to the RKMappingOperationDelegate headers
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user