From 83446c3e9bdacee21e3b9486b2bbfae3c7d3e00f Mon Sep 17 00:00:00 2001 From: "Christiano, Kevin" Date: Tue, 4 Jun 2019 16:30:14 -0400 Subject: [PATCH] added protocol. --- MVMCoreUI/Atoms/Views/Label.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MVMCoreUI/Atoms/Views/Label.swift b/MVMCoreUI/Atoms/Views/Label.swift index a542c95b..12a6defb 100644 --- a/MVMCoreUI/Atoms/Views/Label.swift +++ b/MVMCoreUI/Atoms/Views/Label.swift @@ -12,7 +12,7 @@ import MVMCore public typealias ActionBlock = () -> Void -@objcMembers open class Label: UILabel, MVMCoreViewProtocol, MVMCoreUIMoleculeViewProtocol, MVMCoreUIViewConstrainingProtocol { +@objcMembers open class Label: UILabel, MVMCoreViewProtocol, MVMCoreUIMoleculeViewProtocol, MVMCoreUIViewConstrainingProtocol, MFButtonProtocol { //------------------------------------------------------ // MARK: - General Properties //------------------------------------------------------