SBSParser.h
Go to the documentation of this file.
1 //------------------------------------------------------------------------------------------------//
5 //------------------------------------------------------------------------------------------------//
110 - (BOOL)setOptions:(nonnull NSDictionary *)opts error:(NSError * _Nullable * _Nullable)outError;
The provided options object is invalid.
Definition: SBSParser.h:45
SBSParserError
An enumeration of possible reasons for failure.
Definition: SBSParser.h:17
Defines the interface for a data string parser. Parsers are capable of parsing one particular data fo...
Definition: SBSParser.h:62
The provided date only uses two digits for the year, so it can't be unambigously be converted to a NS...
Definition: SBSParser.h:38
Holds the result of a successfully parsed data string.
Definition: SBSParserResult.h:27