Added support for error messages & fixed bugs:
- parserClassForXMLData: did return instance instead of class - DateParser: array index typo
This commit is contained in:
@@ -106,7 +106,7 @@
|
||||
|
||||
#pragma mark - API
|
||||
|
||||
- (RSParsedFeed *)parseFeed:(NSError **)error {
|
||||
- (RSParsedFeed *)parseFeed {
|
||||
|
||||
[self parse];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user