Managers handle navigation bar
nullable
This commit is contained in:
parent
eeae6a596c
commit
bedacbf1ec
@ -12,7 +12,7 @@
|
|||||||
@protocol MVMCoreViewManagerProtocol
|
@protocol MVMCoreViewManagerProtocol
|
||||||
|
|
||||||
// Return the current view controller showing
|
// Return the current view controller showing
|
||||||
- (nonnull UIViewController *)getCurrentViewController;
|
- (nullable UIViewController *)getCurrentViewController;
|
||||||
|
|
||||||
// Returns if the manage currently contains the page with the page type.
|
// Returns if the manage currently contains the page with the page type.
|
||||||
- (BOOL)containsPageWithPageType:(nullable NSString *)pageType;
|
- (BOOL)containsPageWithPageType:(nullable NSString *)pageType;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user