Remove unnecessary header per code review feedback

This commit is contained in:
Jeff Arena
2012-09-29 16:09:33 -04:00
parent 9cd78c2385
commit 3c1a623032

View File

@@ -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
///--------------------------------