remove unused plug
This commit is contained in:
parent
473fe1b720
commit
da9b0caf7e
@ -14,8 +14,6 @@ NS_ASSUME_NONNULL_BEGIN
|
|||||||
|
|
||||||
@interface MVMCoreUILoggingHandler : MVMCoreLoggingHandler
|
@interface MVMCoreUILoggingHandler : MVMCoreLoggingHandler
|
||||||
|
|
||||||
- (void)logTopAlertAction:(nonnull MVMCoreTopAlertObject *)topAlertObject actionInformation:(nullable NSDictionary *)actionInformation additionalData:(nullable NSDictionary *)additionalData;
|
|
||||||
|
|
||||||
// Page State Logging
|
// Page State Logging
|
||||||
- (void)defaultLogPageStateForController:(nonnull MFViewController *)controller;
|
- (void)defaultLogPageStateForController:(nonnull MFViewController *)controller;
|
||||||
|
|
||||||
|
|||||||
@ -10,9 +10,6 @@
|
|||||||
|
|
||||||
@implementation MVMCoreUILoggingHandler
|
@implementation MVMCoreUILoggingHandler
|
||||||
|
|
||||||
- (void)logTopAlertAction:(nonnull MVMCoreTopAlertObject *)topAlertObject actionInformation:(nullable NSDictionary *)actionInformation additionalData:(nullable NSDictionary *)additionalData {
|
|
||||||
}
|
|
||||||
|
|
||||||
- (void)defaultLogPageStateForController:(nonnull MFViewController *)controller {
|
- (void)defaultLogPageStateForController:(nonnull MFViewController *)controller {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user