From f1474ca74c4e2bf8dad12b8a5cce0262612ec2a3 Mon Sep 17 00:00:00 2001 From: "Christiano, Kevin" Date: Mon, 6 May 2019 12:03:54 -0400 Subject: [PATCH] removed comment. --- MVMCoreUI/Atoms/Views/Label.swift | 7 ------- 1 file changed, 7 deletions(-) diff --git a/MVMCoreUI/Atoms/Views/Label.swift b/MVMCoreUI/Atoms/Views/Label.swift index b229f62a..43990ecb 100644 --- a/MVMCoreUI/Atoms/Views/Label.swift +++ b/MVMCoreUI/Atoms/Views/Label.swift @@ -157,12 +157,6 @@ public typealias ActionBlock = () -> Void return Label(frame: .zero) } - //------------------------------------------------------ - // MARK: - Tappable Methods - //------------------------------------------------------ - - - //------------------------------------------------------ // MARK: - Functions //------------------------------------------------------ @@ -392,7 +386,6 @@ extension Label { // MARK: - Multi-Action Functionality extension Label { - /** Provides an actionable range of text.