MagicalRecord-umbrella.h 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. #ifdef __OBJC__
  2. #import <UIKit/UIKit.h>
  3. #else
  4. #ifndef FOUNDATION_EXPORT
  5. #if defined(__cplusplus)
  6. #define FOUNDATION_EXPORT extern "C"
  7. #else
  8. #define FOUNDATION_EXPORT extern
  9. #endif
  10. #endif
  11. #endif
  12. #import "MagicalImportFunctions.h"
  13. #import "NSAttributeDescription+MagicalDataImport.h"
  14. #import "NSEntityDescription+MagicalDataImport.h"
  15. #import "NSNumber+MagicalDataImport.h"
  16. #import "NSObject+MagicalDataImport.h"
  17. #import "NSRelationshipDescription+MagicalDataImport.h"
  18. #import "NSString+MagicalDataImport.h"
  19. #import "NSManagedObject+MagicalAggregation.h"
  20. #import "NSManagedObject+MagicalDataImport.h"
  21. #import "NSManagedObject+MagicalFinders.h"
  22. #import "NSManagedObject+MagicalRecord.h"
  23. #import "NSManagedObject+MagicalRequests.h"
  24. #import "NSManagedObjectContext+MagicalChainSave.h"
  25. #import "NSManagedObjectContext+MagicalObserving.h"
  26. #import "NSManagedObjectContext+MagicalRecord.h"
  27. #import "NSManagedObjectContext+MagicalSaves.h"
  28. #import "NSManagedObjectContext+MagicalThreading.h"
  29. #import "NSManagedObjectModel+MagicalRecord.h"
  30. #import "NSPersistentStore+MagicalRecord.h"
  31. #import "NSPersistentStoreCoordinator+MagicalRecord.h"
  32. #import "MagicalRecord+Actions.h"
  33. #import "MagicalRecord+ErrorHandling.h"
  34. #import "MagicalRecord+iCloud.h"
  35. #import "MagicalRecord+Options.h"
  36. #import "MagicalRecord+Setup.h"
  37. #import "MagicalRecord+ShorthandMethods.h"
  38. #import "MagicalRecordDeprecationMacros.h"
  39. #import "MagicalRecordInternal.h"
  40. #import "MagicalRecordLogging.h"
  41. #import "MagicalRecordXcode7CompatibilityMacros.h"
  42. #import "MagicalRecord.h"
  43. FOUNDATION_EXPORT double MagicalRecordVersionNumber;
  44. FOUNDATION_EXPORT const unsigned char MagicalRecordVersionString[];