added any
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
6c4d428984
commit
b18cabb680
@ -62,7 +62,7 @@ extension UIView {
|
||||
} else {
|
||||
removeDebugBorder()
|
||||
}
|
||||
if let view = self as? ViewProtocol {
|
||||
if let view = self as? (any ViewProtocol) {
|
||||
view.updateView()
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user