From 443bbded797edce174a98450411cf5d9f597269f Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Fri, 29 Jul 2022 13:07:34 -0500 Subject: [PATCH] removed @objcmembers from control Signed-off-by: Matt Bruce --- VDS/Classes/VDSControl.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VDS/Classes/VDSControl.swift b/VDS/Classes/VDSControl.swift index e8b4d8e5..d60f4901 100644 --- a/VDS/Classes/VDSControl.swift +++ b/VDS/Classes/VDSControl.swift @@ -8,7 +8,7 @@ import Foundation import UIKit -@objcMembers open class VDSControl: UIControl, ViewProtocol { +open class VDSControl: UIControl, ViewProtocol { //-------------------------------------------------- // MARK: - Properties //--------------------------------------------------