fix to top alert

This commit is contained in:
Pfeil, Scott Robert 2019-01-16 16:55:07 -05:00
parent 4e64317703
commit 59700f5013

View File

@ -50,7 +50,7 @@ NSString * const MFAccTopAlertClosed = @"Top alert notification is closed.";
@implementation MVMCoreUITopAlertView
+ (instancetype)mainSplitViewController {
+ (nullable instancetype)sharedGlobal {
return [MVMCoreUISession sharedGlobal].topAlertView;
}