add comment
This commit is contained in:
parent
d05c96a9ad
commit
13fc3adf09
@ -16,6 +16,7 @@ import UIKit
|
|||||||
/// Set if this page is containted in a manager.
|
/// Set if this page is containted in a manager.
|
||||||
public var manager: (UIViewController & MVMCoreViewManagerProtocol)?
|
public var manager: (UIViewController & MVMCoreViewManagerProtocol)?
|
||||||
|
|
||||||
|
// TODO: Change this logic once we convert the MVMCoreViewControllerProtocol to swift
|
||||||
public var selfDelegateObject: MVMCoreUIDelegateObject?
|
public var selfDelegateObject: MVMCoreUIDelegateObject?
|
||||||
public func delegateObject() -> DelegateObject? {
|
public func delegateObject() -> DelegateObject? {
|
||||||
if selfDelegateObject == nil {
|
if selfDelegateObject == nil {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user