From 6c2f861204be2327e6ebec27d734c03cf2cfbb59 Mon Sep 17 00:00:00 2001 From: Ramon Canales Date: Thu, 6 Apr 2017 14:48:21 -0300 Subject: [PATCH] Update XWVMetaObject.swift corringindo library --- XWebView/XWVMetaObject.swift | 1 - 1 file changed, 1 deletion(-) 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) ]) }()