delegate fix
This commit is contained in:
parent
74e4537eef
commit
eb6035b378
@ -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)
|
||||
}()
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user