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 -6
View File
@@ -11,12 +11,7 @@
#import "HTMLNodeIterator.h"
#import "HTMLKitDOMExceptions.h"
#import "HTMLNode+Private.h"
@interface HTMLNodeIterator (Private)
- (void)runRemovingStepsForNode:(HTMLNode *)oldNode
withOldParent:(HTMLNode *)oldParent
andOldPreviousSibling:(HTMLNode *)oldPreviousSibling;
@end
#import "HTMLNodeIterator+Private.h"
@interface HTMLDocument ()
{