Added support for error messages & fixed bugs:
- parserClassForXMLData: did return instance instead of class - DateParser: array index typo
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
- (nonnull instancetype)initWithXMLData:(RSXMLData * _Nonnull)xmlData;
|
||||
|
||||
- (nullable RSParsedFeed *)parseFeed:(NSError * _Nullable * _Nullable)error;
|
||||
- (nullable RSParsedFeed *)parseFeed;
|
||||
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user