added cancellable
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
9aad50fb0b
commit
2fa47a5404
@ -33,7 +33,7 @@ public struct ActionLabelAttribute: ActionLabelAttributeModel {
|
|||||||
public var shouldUnderline: Bool
|
public var shouldUnderline: Bool
|
||||||
public var accessibleText: String?
|
public var accessibleText: String?
|
||||||
public var action = PassthroughSubject<Void, Never>()
|
public var action = PassthroughSubject<Void, Never>()
|
||||||
|
public var subscriber: AnyCancellable?
|
||||||
//--------------------------------------------------
|
//--------------------------------------------------
|
||||||
// MARK: - Initializer
|
// MARK: - Initializer
|
||||||
//--------------------------------------------------
|
//--------------------------------------------------
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user