File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 29
29
*/
30
30
@protocol RKMappingOperationDelegate <NSObject >
31
31
32
+ // /---------------------------------------
33
+ // / @name Tracking Property Mapping Events
34
+ // /---------------------------------------
35
+
32
36
@optional
33
37
34
38
/* *
78
82
*/
79
83
- (void )mappingOperation : (RKMappingOperation *)operation didFailWithError : (NSError *)error ;
80
84
85
+ // /-----------------------------------------
86
+ // / @name Tracking Dynamic Mapping Selection
87
+ // /-----------------------------------------
88
+
81
89
/* *
82
90
Tells the delegate that the mapping operation has selected a concrete object mapping with which to map the source object.
83
91
91
99
92
100
#ifdef _COREDATADEFINES_H
93
101
102
+ // /----------------------------------------
103
+ // / @name Tracking Relationship Connections
104
+ // /----------------------------------------
105
+
94
106
/* *
95
107
Tells the delegate that the mapping operation has connected a relationship.
96
108
You can’t perform that action at this time.
0 commit comments