Add implementation for HTML Text splitting

This commit is contained in:
iska
2017-01-08 22:36:47 +01:00
parent c7edbd3e14
commit fe46b106b2
2 changed files with 40 additions and 0 deletions
+2
View File
@@ -30,6 +30,8 @@ NS_ASSUME_NONNULL_BEGIN
*/
- (void)appendString:(NSString *)string __attribute__((deprecated("Use `appendData:` instead.")));
- (HTMLNode *)splitTextAtOffset:(NSUInteger)offset;
@end
NS_ASSUME_NONNULL_END