added any

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2024-06-19 17:17:51 -05:00
parent 6c4d428984
commit b18cabb680

View File

@ -62,7 +62,7 @@ extension UIView {
} else {
removeDebugBorder()
}
if let view = self as? ViewProtocol {
if let view = self as? (any ViewProtocol) {
view.updateView()
}
}