Initializer
init(string:)initWithString:initWithString_
Declaration
init(string s: String?)Declaration
- (instancetype) initWithString:(NSString *) s;Declaration
initWithString_(s: str) -> TDTokenizerParameters
sString to read from.
Return Value
An initialized tokenizer.
Discussion
Designated Initializer. Constructs a tokenizer to read from the supplied string.