Adds customizable user script and user stylesheet.

This commit is contained in:
James Magahern
2021-12-16 18:40:45 -08:00
parent 026306b6df
commit b79f0ac5db
7 changed files with 143 additions and 2 deletions

View File

@@ -45,6 +45,8 @@ NS_SWIFT_NAME(ProcessBundleBridge)
- (void)parseDocumentForReaderMode:(void(^)(NSString *))completionBlock NS_SWIFT_NAME(parseDocumentForReaderMode(completion:));
- (void)reloadCustomizedUserScriptsAndStylesheets;
- (instancetype)init NS_UNAVAILABLE;
@end