mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-24 04:46:01 +08:00
Remove unnecessary header per code review feedback
This commit is contained in:
@@ -89,15 +89,6 @@ extern NSString * const RKSearchableAttributeNamesUserInfoKey;
|
||||
*/
|
||||
- (void)indexChangedObjectsInManagedObjectContext:(NSManagedObjectContext *)managedObjectContext;
|
||||
|
||||
/**
|
||||
Tells the receiver to build a list of all inserted or updated managed objects in the given notification and index each one. Objects for entities that are not indexed are silently ignored.
|
||||
|
||||
Invoked by the indexer in response to a `NSManagedObjectContextDidSaveNotification` if the context is being observed and an indexingContext is present
|
||||
|
||||
@param notification The NSManagedObjectContextDidSaveNotification from which to extract changed objects to be indexed.
|
||||
*/
|
||||
- (void)indexChangedObjectsFromManagedObjectContextDidSaveNotification:(NSNotification *)notification;
|
||||
|
||||
///--------------------------------
|
||||
/// @name Indexing a Managed Object
|
||||
///--------------------------------
|
||||
|
||||
Reference in New Issue
Block a user