From 30aa2093576b58a342de5776f3fb7364def36657 Mon Sep 17 00:00:00 2001 From: Damodaram Date: Mon, 14 Sep 2020 18:08:00 +0530 Subject: [PATCH] added Constant --- MVMCore/MVMCore/Constants/MVMCoreJSONConstants.h | 1 + 1 file changed, 1 insertion(+) diff --git a/MVMCore/MVMCore/Constants/MVMCoreJSONConstants.h b/MVMCore/MVMCore/Constants/MVMCoreJSONConstants.h index 697374c..da64130 100644 --- a/MVMCore/MVMCore/Constants/MVMCoreJSONConstants.h +++ b/MVMCore/MVMCore/Constants/MVMCoreJSONConstants.h @@ -42,6 +42,7 @@ extern NSString * const KeyActionTypeTopAlert; extern NSString * const KeyActionTypeSettings; extern NSString * const KeyActionTypeCollapseNotification; extern NSString * const KeyActionTypeAlert; +extern NSString * const KeyActionTypeNoop; extern NSString * const KeyActionInformation; extern NSString * const KeyLinkAwayAppURL; extern NSString * const KeyLinkAwayURL;