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 //--------------------------------------------------