diff --git a/VDS/Protocols/Accessable.swift b/VDS/Protocols/Accessable.swift index 7fa273fc..67905b27 100644 --- a/VDS/Protocols/Accessable.swift +++ b/VDS/Protocols/Accessable.swift @@ -18,7 +18,7 @@ public protocol Accessable { } //Helpers to set within the UIControl -extension Modelable where Self: UIControl { +extension Modelable where Self: UIView { private var accessableModel: Accessable? { guard let model = self.model as? Accessable else { return nil