Refactor all private extensions into own separate categories

This commit is contained in:
iska
2016-11-27 03:12:58 +01:00
parent 6fdc7ff85b
commit 9df89043d3
9 changed files with 112 additions and 16 deletions
+1 -5
View File
@@ -13,10 +13,7 @@
#import "HTMLTokenizerStates.h"
#import "HTMLTokenizerCharacters.h"
#import "HTMLTokenizerEntities.h"
@interface HTMLParser (Private)
@property (nonatomic, strong, readonly) HTMLElement *adjustedCurrentNode;
@end
#import "HTMLParser+Private.h"
@interface HTMLTokenizer ()
{
@@ -45,7 +42,6 @@
BOOL _eof;
}
@property (nonatomic, weak) HTMLParser *parser;
@end
@implementation HTMLTokenizer