mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-24 04:46:01 +08:00
Fix for warning emitted due to elimination of findOrCreateInstanceOfEntity:. Search Word functionality restored. closes #584
* Updates to the Core Data layer such that NSManagedObjectContexts now have a reference to the managed object store they belong to. * NSManagedObject instances can now return the managed object store they belong to. * Relaxed the coupling to the sharedManager present within the RKSearchableManagedObject class. * Expanded documentation of RKSearchableManagedObject
This commit is contained in:
@@ -20,15 +20,15 @@
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
/*!
|
||||
/**
|
||||
Provides an observer responsible for initiating refresh of searchable
|
||||
Core Data attributes at managed object context save time.
|
||||
*/
|
||||
@interface RKSearchWordObserver : NSObject
|
||||
|
||||
/*!
|
||||
/**
|
||||
Returns the shared observer
|
||||
*/
|
||||
+ (RKSearchWordObserver*)sharedObserver;
|
||||
+ (RKSearchWordObserver *)sharedObserver;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user