diff --git a/MVMCoreUI/TopAlert/MVMCoreUITopAlertView.m b/MVMCoreUI/TopAlert/MVMCoreUITopAlertView.m index 60988f9f..88d73cbd 100644 --- a/MVMCoreUI/TopAlert/MVMCoreUITopAlertView.m +++ b/MVMCoreUI/TopAlert/MVMCoreUITopAlertView.m @@ -50,7 +50,7 @@ NSString * const MFAccTopAlertClosed = @"Top alert notification is closed."; @implementation MVMCoreUITopAlertView -+ (instancetype)mainSplitViewController { ++ (nullable instancetype)sharedGlobal { return [MVMCoreUISession sharedGlobal].topAlertView; }