mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
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:
parent
542825f621
commit
a4200029bd
4 changed files with 25 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue