2008-02-14 14:07:10 +00:00
|
|
|
//
|
|
|
|
// NSComparisonPredicate+CogPredicate.h
|
|
|
|
// Cog
|
|
|
|
//
|
|
|
|
// Created by Matthew Grinshpun on 14/02/08.
|
|
|
|
// Copyright 2008 __MyCompanyName__. All rights reserved.
|
|
|
|
//
|
|
|
|
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
|
|
|
|
|
|
|
|
@interface NSComparisonPredicate (CogPredicate)
|
|
|
|
|
2008-02-14 17:48:32 +00:00
|
|
|
+ (NSPredicate*)predicateForMdKey:(NSString*)key
|
|
|
|
withString:(NSString*)aString
|
|
|
|
exactString:(BOOL)exactString;
|
2008-02-14 14:07:10 +00:00
|
|
|
|
|
|
|
@end
|