Skip to content

Commit

Permalink
Merge pull request magicalpanda#638 from foulkesjohn/shorthand-fix
Browse files Browse the repository at this point in the history
Restore import of NSManagedObjectContext+MagicalSaves.h in shorthand header
  • Loading branch information
tonyarnold committed Jan 2, 2014
2 parents 15001ef + 976ca10 commit eb72053
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MagicalRecord/Core/MagicalRecordShorthand.h
Expand Up @@ -127,6 +127,7 @@
- (NSString *) workingName;
- (void) MR_deleteObjects:(id <NSFastEnumeration>)managedObjects;
@end
#import "NSManagedObjectContext+MagicalSaves.h"
@interface NSManagedObjectContext (MagicalSavesShortHand)
- (void) saveOnlySelfWithCompletion:(MRSaveCompletionHandler)completion;
- (void) saveToPersistentStoreWithCompletion:(MRSaveCompletionHandler)completion;
Expand Down

0 comments on commit eb72053

Please sign in to comment.