instance method in core logging delegate protocol

This commit is contained in:
Chris Yang 2018-10-30 17:44:56 -04:00
parent d825927486
commit fa4e23f330

View File

@ -26,6 +26,6 @@
- (void)logLoadFinished:(nullable MVMCoreLoadObject *)loadObject loadedViewController:(nullable UIViewController <MVMCoreViewControllerProtocol> *)loadedViewController error:(nullable MVMCoreErrorObject *)error;
// Log alert
+ (void)logAlertForAlertController:(nullable MVMCoreAlertController *)alertController;
- (void)logAlertForAlertController:(nullable MVMCoreAlertController *)alertController;
@end