Add implementation for setting HTML Range’s boundaries

This commit is contained in:
iska
2016-11-22 01:20:20 +01:00
parent 80299ad9e0
commit 6ed0238a89
4 changed files with 90 additions and 2 deletions
+3
View File
@@ -14,3 +14,6 @@ extern NSString * const HTMLKitNotSupportedError;
extern NSString * const HTMLKitSyntaxError;
extern NSString * const HTMLKitInvalidCharacterError;
extern NSString * const HTMLKitInvalidNodeTypeError;
extern NSString * const HTMLKitIndexSizeError;