From 4eca0db76ca3eca6affe57ade725677b99b66559 Mon Sep 17 00:00:00 2001 From: Scott Pfeil Date: Wed, 26 Oct 2022 15:45:09 -0400 Subject: [PATCH] MFCheckbox adding --- MVMCoreUI/BaseClasses/Control.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MVMCoreUI/BaseClasses/Control.swift b/MVMCoreUI/BaseClasses/Control.swift index 865e3a8e..91cee30f 100644 --- a/MVMCoreUI/BaseClasses/Control.swift +++ b/MVMCoreUI/BaseClasses/Control.swift @@ -9,7 +9,7 @@ import UIKit -@objcMembers open class Control: UIControl, MoleculeViewProtocol { +open class Control: UIControl, MoleculeViewProtocol { //-------------------------------------------------- // MARK: - Properties //--------------------------------------------------