From fa4e23f330a366deccfae3e35f701b4eaff73726 Mon Sep 17 00:00:00 2001 From: Chris Yang Date: Tue, 30 Oct 2018 17:44:56 -0400 Subject: [PATCH] instance method in core logging delegate protocol --- MVMCore/MVMCore/MainProtocols/MVMCoreLoggingDelegateProtocol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MVMCore/MVMCore/MainProtocols/MVMCoreLoggingDelegateProtocol.h b/MVMCore/MVMCore/MainProtocols/MVMCoreLoggingDelegateProtocol.h index 647c154..b8ae254 100644 --- a/MVMCore/MVMCore/MainProtocols/MVMCoreLoggingDelegateProtocol.h +++ b/MVMCore/MVMCore/MainProtocols/MVMCoreLoggingDelegateProtocol.h @@ -26,6 +26,6 @@ - (void)logLoadFinished:(nullable MVMCoreLoadObject *)loadObject loadedViewController:(nullable UIViewController *)loadedViewController error:(nullable MVMCoreErrorObject *)error; // Log alert -+ (void)logAlertForAlertController:(nullable MVMCoreAlertController *)alertController; +- (void)logAlertForAlertController:(nullable MVMCoreAlertController *)alertController; @end