getter only
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
d9dc8e9b4f
commit
508ff47d99
@ -11,7 +11,7 @@ import Combine
|
||||
|
||||
public protocol ActionLabelAttributeModel: LabelAttributeModel {
|
||||
var accessibleText: String? { get set }
|
||||
var action: PassthroughSubject<Void, Never> { get set }
|
||||
var action: PassthroughSubject<Void, Never> { get }
|
||||
}
|
||||
|
||||
extension ActionLabelAttributeModel {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user