Fix builder errors, mostly in RSParser.

This commit is contained in:
Brent Simmons
2017-10-04 13:28:48 -07:00
parent 83231ed373
commit c80c6c30f8
28 changed files with 121 additions and 88 deletions

View File

@@ -7,12 +7,13 @@
//
#import <libxml/xmlstring.h>
#import "RSHTMLMetadataParser.h"
#import "RSHTMLMetadata.h"
#import "RSSAXHTMLParser.h"
#import "RSSAXParser.h"
#import "RSParserInternal.h"
#import "RSParser-Swift.h"
#import <RSParser/RSHTMLMetadataParser.h>
#import <RSParser/RSHTMLMetadata.h>
#import <RSParser/RSSAXHTMLParser.h>
#import <RSParser/RSSAXParser.h>
#import <RSParser/RSParserInternal.h>
#import <RSParser/ParserData.h>
@interface RSHTMLMetadataParser () <RSSAXHTMLParserDelegate>