From d1ea9518a086624b870e81608fc21ef624b83122 Mon Sep 17 00:00:00 2001 From: Scott Pfeil Date: Mon, 25 Oct 2021 13:56:39 -0400 Subject: [PATCH] NSA launch --- MVMCore/MVMCore/Constants/MVMCoreConstants.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/MVMCore/MVMCore/Constants/MVMCoreConstants.h b/MVMCore/MVMCore/Constants/MVMCoreConstants.h index e653ffe..21148ad 100644 --- a/MVMCore/MVMCore/Constants/MVMCoreConstants.h +++ b/MVMCore/MVMCore/Constants/MVMCoreConstants.h @@ -9,13 +9,6 @@ #import #import -typedef NS_ENUM(NSInteger, MVMAppContext) { - MVMAppContextNone = 0, - MVMAppContextMF, - MVMAppContextMFPrepay, - MVMAppContextContentTransfer -}; - typedef NS_ENUM(NSInteger, NavigationType) { NavigationTypePush = 0, NavigationTypeSet,