Skip to content

Commit

Permalink
Silencing deprecated warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosDigio committed Apr 7, 2023
1 parent 6031f60 commit 64e6292
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@

@interface NSManagedObjectContext (MagicalThreading)

+ (MR_nonnull NSManagedObjectContext *) MR_contextForCurrentThread __attribute((deprecated("This method will be removed in MagicalRecord 3.0")));
+ (void) MR_clearNonMainThreadContextsCache __attribute((deprecated("This method will be removed in MagicalRecord 3.0")));
+ (void) MR_resetContextForCurrentThread __attribute((deprecated("This method will be removed in MagicalRecord 3.0")));
+ (void) MR_clearContextForCurrentThread __attribute((deprecated("This method will be removed in MagicalRecord 3.0")));
+ (MR_nonnull NSManagedObjectContext *) MR_contextForCurrentThread //__attribute((deprecated("This method will be removed in MagicalRecord 3.0")));
+ (void) MR_clearNonMainThreadContextsCache //__attribute((deprecated("This method will be removed in MagicalRecord 3.0")));
+ (void) MR_resetContextForCurrentThread //__attribute((deprecated("This method will be removed in MagicalRecord 3.0")));
+ (void) MR_clearContextForCurrentThread //__attribute((deprecated("This method will be removed in MagicalRecord 3.0")));

@end

0 comments on commit 64e6292

Please sign in to comment.