delegate fix

This commit is contained in:
Kevin G Christiano 2020-05-12 16:47:02 -04:00
parent 74e4537eef
commit eb6035b378

View File

@ -17,7 +17,7 @@ import UIKit
public var manager: (UIViewController & MVMCoreViewManagerProtocol)?
/// A temporary iVar backer for delegateObject() until we change the protocol
public let delegateObjectIVar: MVMCoreUIDelegateObject = {
public lazy var delegateObjectIVar: MVMCoreUIDelegateObject = {
return MVMCoreUIDelegateObject.create(withDelegateForAll: self)
}()