change: make contentWorldWrapper private

This commit is contained in:
CodeEagle 2022-08-24 18:46:17 +08:00 committed by GitHub
parent 06f87e81c4
commit 252d836d52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ import WebKit
public class UserScript : WKUserScript {
var groupName: String?
var contentWorldWrapper: Any?
private var contentWorldWrapper: Any?
@available(iOS 14.0, *)
var contentWorld: WKContentWorld {
get {