From 4ba0e3adfb9b66784e07b9406bdd1b6de9c0def3 Mon Sep 17 00:00:00 2001 From: Kevin G Christiano Date: Mon, 12 Apr 2021 11:04:45 -0400 Subject: [PATCH] comment. removing header import. --- MVMCore/MVMCore/ActionHandling/MVMCoreActionHandler.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/MVMCore/MVMCore/ActionHandling/MVMCoreActionHandler.h b/MVMCore/MVMCore/ActionHandling/MVMCoreActionHandler.h index ff9471d..1dc2aa5 100644 --- a/MVMCore/MVMCore/ActionHandling/MVMCoreActionHandler.h +++ b/MVMCore/MVMCore/ActionHandling/MVMCoreActionHandler.h @@ -11,14 +11,13 @@ #import #import #import -#import @class DelegateObject; extern NSString * _Nonnull const KeyActionType; extern NSString * _Nonnull const KeyActionTypeLinkAway; extern NSString * _Nonnull const KeyActionTypeOpen; -@interface MVMCoreActionHandler : NSObject +@interface MVMCoreActionHandler : NSObject /// Returns the shared action handler + (nullable instancetype)sharedActionHandler;