instance method in core logging delegate protocol
This commit is contained in:
parent
d825927486
commit
fa4e23f330
@ -26,6 +26,6 @@
|
|||||||
- (void)logLoadFinished:(nullable MVMCoreLoadObject *)loadObject loadedViewController:(nullable UIViewController <MVMCoreViewControllerProtocol> *)loadedViewController error:(nullable MVMCoreErrorObject *)error;
|
- (void)logLoadFinished:(nullable MVMCoreLoadObject *)loadObject loadedViewController:(nullable UIViewController <MVMCoreViewControllerProtocol> *)loadedViewController error:(nullable MVMCoreErrorObject *)error;
|
||||||
|
|
||||||
// Log alert
|
// Log alert
|
||||||
+ (void)logAlertForAlertController:(nullable MVMCoreAlertController *)alertController;
|
- (void)logAlertForAlertController:(nullable MVMCoreAlertController *)alertController;
|
||||||
|
|
||||||
@end
|
@end
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user