Add missing import for element attribute adjustment methods in parser

This commit is contained in:
iska
2015-03-15 17:54:47 +01:00
parent a1560ddf37
commit a26bcfb0f2
+1
View File
@@ -13,6 +13,7 @@
#import "HTMLParserInsertionModes.h"
#import "HTMLNodes.h"
#import "HTMLElementTypes.h"
#import "HTMLElementAdjustment.h"
#import "HTMLMarker.h"
#import "NSString+HTMLKit.h"