diff --git a/XWebView/XWVMetaObject.swift b/XWebView/XWVMetaObject.swift index 5f09ca5..fe0e7d3 100644 --- a/XWebView/XWVMetaObject.swift +++ b/XWebView/XWVMetaObject.swift @@ -85,7 +85,6 @@ class XWVMetaObject { var methods = instanceMethods(forProtocol: XWVScripting.self) methods.remove(#selector(XWVScripting.invokeDefaultMethod(withArguments:))) return methods.union([ - #selector(NSObject.deinit), #selector(NSObject.copy) ]) }()