From ff61d3ff39a923ef98ad465a27d5c5bbe7a65188 Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Mon, 1 Aug 2022 11:53:58 -0500 Subject: [PATCH] updated for accessable Signed-off-by: Matt Bruce --- VDS/Protocols/Accessable.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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