mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-05-28 07:38:18 +08:00
Delete ivars that are already @synthesized. Refs #614.
This commit is contained in:
committed by
Blake Watters
parent
5898b95d33
commit
7cbccfd322
@@ -20,9 +20,7 @@
|
||||
|
||||
#import "RKSearchEngine.h"
|
||||
|
||||
@interface RKManagedObjectSearchEngine : NSObject {
|
||||
RKSearchMode _mode;
|
||||
}
|
||||
@interface RKManagedObjectSearchEngine : NSObject
|
||||
|
||||
/**
|
||||
* The type of searching to perform. Can be either RKSearchModeAnd or RKSearchModeOr.
|
||||
|
||||
Reference in New Issue
Block a user