From d30f6314a563134c92c2de61273b155ed7012251 Mon Sep 17 00:00:00 2001 From: "Xinlei(Ryan) Pan" Date: Wed, 22 Jan 2020 11:27:24 -0500 Subject: [PATCH] remove unneeded property --- MVMCoreUI/Atoms/Buttons/Link.swift | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/MVMCoreUI/Atoms/Buttons/Link.swift b/MVMCoreUI/Atoms/Buttons/Link.swift index b314dd5c..4a498fdd 100644 --- a/MVMCoreUI/Atoms/Buttons/Link.swift +++ b/MVMCoreUI/Atoms/Buttons/Link.swift @@ -10,18 +10,6 @@ import UIKit @objcMembers open class Link: Button { - //-------------------------------------------------- - // MARK: - Properties - //-------------------------------------------------- - - private var additionalData: [AnyHashable: Any]? - - //-------------------------------------------------- - // MARK: - Delegate - //-------------------------------------------------- - - private var delegateObject: MVMCoreUIDelegateObject? - //-------------------------------------------------- // MARK: - Lifecycle //--------------------------------------------------