RBPasswordManagerWordlistDelegate Protocol Reference
Conforms to | NSObject |
---|---|
Declared in | RBPasswordManager.h |
– wordMatchIn:
required method
The word list contained a match for the given string.
- (BOOL)wordMatchIn:(nonnull NSString *)string
Parameters
string |
The string to search for in the word list. |
---|
Return Value
Whether or not the string was matched in the word list.
Discussion
The word list contained a match for the given string.
Declared In
RBPasswordManager.h