Add methods to select a node and node contents in a HTML Range

This commit is contained in:
iska
2016-11-22 21:42:45 +01:00
parent 9bd9dfbf6b
commit 49799f8bcd
3 changed files with 28 additions and 0 deletions
+1
View File
@@ -17,3 +17,4 @@ extern NSString * const HTMLKitInvalidCharacterError;
extern NSString * const HTMLKitInvalidNodeTypeError;
extern NSString * const HTMLKitIndexSizeError;
extern NSString * const HTMLKitWrongDocumentError;