add comment

This commit is contained in:
Pfeil, Scott Robert 2020-03-23 11:11:56 -04:00
parent d05c96a9ad
commit 13fc3adf09

View File

@ -16,6 +16,7 @@ import UIKit
/// Set if this page is containted in a manager.
public var manager: (UIViewController & MVMCoreViewManagerProtocol)?
// TODO: Change this logic once we convert the MVMCoreViewControllerProtocol to swift
public var selfDelegateObject: MVMCoreUIDelegateObject?
public func delegateObject() -> DelegateObject? {
if selfDelegateObject == nil {