mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-05-12 11:11:34 +08:00
Ensure the stars for all pointers belong to the variable rather than the type. Refs #614
This commit is contained in:
@@ -40,12 +40,12 @@
|
||||
* Normalize and tokenize the provided string into an NSArray.
|
||||
* Note that returned value may contain entries of empty strings.
|
||||
*/
|
||||
+ (NSArray*)tokenizedNormalizedString:(NSString*)string;
|
||||
+ (NSArray *)tokenizedNormalizedString:(NSString *)string;
|
||||
|
||||
/**
|
||||
* Generate a predicate for the supplied search term against
|
||||
* searchableAttributes (defined for an RKSearchableManagedObject)
|
||||
*/
|
||||
- (NSPredicate*)predicateForSearch:(NSString*)searchText;
|
||||
- (NSPredicate *)predicateForSearch:(NSString *)searchText;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user