mirror of
https://github.com/zhigang1992/MagicalRecord.git
synced 2026-01-12 17:32:18 +08:00
Merge pull request #322 from tonyarnold/develop
Pass errorCallback through convenience method
This commit is contained in:
@@ -65,7 +65,7 @@
|
||||
|
||||
- (void) MR_saveNestedContextsErrorHandler:(void (^)(NSError *))errorCallback;
|
||||
{
|
||||
[self MR_saveNestedContextsErrorHandler:nil completion:nil];
|
||||
[self MR_saveNestedContextsErrorHandler:errorCallback completion:nil];
|
||||
}
|
||||
|
||||
- (void) MR_saveNestedContextsErrorHandler:(void (^)(NSError *))errorCallback completion:(void (^)(void))completion;
|
||||
|
||||
Reference in New Issue
Block a user