Oolite
Loading...
Searching...
No Matches
NSString(OOPListSchemaVerifierHelpers) Category Reference

Instance Methods

(BOOL) - ooPListVerifierHasSubString:
 

Detailed Description

Definition at line 189 of file OOPListSchemaVerifier.m.

Method Documentation

◆ ooPListVerifierHasSubString:

- (BOOL) ooPListVerifierHasSubString: (NSString *)  string

Definition at line 115 of file OOPListSchemaVerifier.m.

1362 :(NSString *)string
1363{
1364 return [self rangeOfString:string].location != NSNotFound;
1365}

The documentation for this category was generated from the following file: