warning fix
This commit is contained in:
parent
8c19755ba8
commit
01c5abc027
@ -19,6 +19,8 @@
|
|||||||
#import "MVMCoreUICommonViewsUtility.h"
|
#import "MVMCoreUICommonViewsUtility.h"
|
||||||
#import "MFStyler.h"
|
#import "MFStyler.h"
|
||||||
#import "MVMCoreUISession.h"
|
#import "MVMCoreUISession.h"
|
||||||
|
#import <MVMCoreUI/MVMCoreUI-Swift.h>
|
||||||
|
|
||||||
@import MVMCore.MVMCoreTopAlertDelegateProtocol;
|
@import MVMCore.MVMCoreTopAlertDelegateProtocol;
|
||||||
|
|
||||||
@implementation MVMCoreUITopAlertBaseView
|
@implementation MVMCoreUITopAlertBaseView
|
||||||
@ -35,7 +37,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (performAction) {
|
if (performAction) {
|
||||||
[[MVMCoreActionHandler sharedActionHandler] handleActionWithDictionary:actionMap additionalData:additionalData delegate:[MVMCoreUISession sharedGlobal].topAlertView];
|
[[MVMCoreActionHandler sharedActionHandler] handleActionWithDictionary:actionMap additionalData:additionalData delegateObject:[MVMCoreUIDelegateObject createWithDelegateForAll:[MVMCoreUISession sharedGlobal].topAlertView]];
|
||||||
}
|
}
|
||||||
} forControlEvents:UIControlEventTouchUpInside];
|
} forControlEvents:UIControlEventTouchUpInside];
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user