Add containsString: implementation

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@39731 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2016-05-06 22:04:07 +00:00
parent 542825f621
commit a4200029bd
4 changed files with 25 additions and 0 deletions

View file

@ -835,6 +835,15 @@ typedef NSUInteger NSStringEncodingConversionOptions;
#endif
#if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST)
/**
* Returns YES if the receiver contains string, otherwise, NO.
*/
- (BOOL) containsString: (NSString *)string;
#endif
#if OS_API_VERSION(GS_API_NONE, GS_API_NONE)
+ (Class) constantStringClass;
#endif /* GS_API_NONE */