Signed-off-by: Matt Bruce <matt.bruce@verizon.com>

This commit is contained in:
Matt Bruce 2023-08-30 18:13:35 -05:00
parent 816bf2f951
commit 41a5d4e817

View File

@ -46,7 +46,6 @@ open class View: UIView, ViewProtocol, UserInfoable {
//--------------------------------------------------
open var shouldUpdateView: Bool = true
/// Dictionary for keeping information for this Control use only Primitives.
open var userInfo = [String: Primitive]()
open var surface: Surface = .light { didSet { if oldValue != surface { setNeedsUpdate() } } }