Add implementation for HTML Range surround and insert node

This commit is contained in:
iska
2017-01-08 22:38:41 +01:00
parent fe46b106b2
commit 925848404b
4 changed files with 118 additions and 0 deletions
+1
View File
@@ -18,3 +18,4 @@ extern NSString * const HTMLKitInvalidCharacterError;
extern NSString * const HTMLKitInvalidNodeTypeError;
extern NSString * const HTMLKitIndexSizeError;
extern NSString * const HTMLKitWrongDocumentError;
extern NSString * const HTMLKitInvalidStateError;