Merge branch 'feature/migration' of https://onestash.verizon.com/scm/bphvb/mvm_core_ui into feature/migration
This commit is contained in:
commit
52e1509e66
@ -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