remove unneeded property

This commit is contained in:
Xinlei(Ryan) Pan 2020-01-22 11:27:24 -05:00
parent b512db7b92
commit d30f6314a5

View File

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