From d2162cb9b6324585cb764f2bb15914b9b000f3d3 Mon Sep 17 00:00:00 2001 From: Kevin G Christiano Date: Fri, 20 Dec 2019 08:43:13 -0500 Subject: [PATCH] removed override to conform. --- MVMCoreUI/Atoms/Views/CheckboxWithLabelView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MVMCoreUI/Atoms/Views/CheckboxWithLabelView.swift b/MVMCoreUI/Atoms/Views/CheckboxWithLabelView.swift index 6991adef..229efe2a 100644 --- a/MVMCoreUI/Atoms/Views/CheckboxWithLabelView.swift +++ b/MVMCoreUI/Atoms/Views/CheckboxWithLabelView.swift @@ -80,7 +80,7 @@ setupView() } - public convenience override init() { + public convenience init() { self.init(frame: .zero) }