diff --git a/VDS/Components/Label/Label.swift b/VDS/Components/Label/Label.swift index c8427f2e..dccc0353 100644 --- a/VDS/Components/Label/Label.swift +++ b/VDS/Components/Label/Label.swift @@ -466,7 +466,7 @@ open class Label: UILabel, ViewProtocol, UserInfoable { return (textContainer, layoutManager, textStorage) } - + //-------------------------------------------------- // MARK: - Accessibility //-------------------------------------------------- @@ -495,7 +495,6 @@ open class Label: UILabel, ViewProtocol, UserInfoable { accessibilityElements?.append(element) return element } - open var accessibilityAction: ((Label) -> Void)?