Managers handle navigation bar

nullable
This commit is contained in:
Pfeil, Scott Robert 2021-06-11 11:04:47 -04:00
parent eeae6a596c
commit bedacbf1ec

View File

@ -12,7 +12,7 @@
@protocol MVMCoreViewManagerProtocol
// Return the current view controller showing
- (nonnull UIViewController *)getCurrentViewController;
- (nullable UIViewController *)getCurrentViewController;
// Returns if the manage currently contains the page with the page type.
- (BOOL)containsPageWithPageType:(nullable NSString *)pageType;