From fe5dc7c6b7ba0567d95953d308a15fd36297f1e7 Mon Sep 17 00:00:00 2001 From: Scott Pfeil Date: Tue, 22 Aug 2023 16:22:44 -0400 Subject: [PATCH] Removed MVMCoreNotificationViewControllerChanged --- MVMCore/MVMCore/Constants/MVMCoreConstants.h | 1 - MVMCore/MVMCore/Constants/MVMCoreConstants.m | 1 - 2 files changed, 2 deletions(-) diff --git a/MVMCore/MVMCore/Constants/MVMCoreConstants.h b/MVMCore/MVMCore/Constants/MVMCoreConstants.h index 21148ad..3164798 100644 --- a/MVMCore/MVMCore/Constants/MVMCoreConstants.h +++ b/MVMCore/MVMCore/Constants/MVMCoreConstants.h @@ -35,7 +35,6 @@ extern NSString * const URLComponentKeepAlive; extern NSString * const NotificationResponseLoaded; extern NSString * const MVMCoreNotificationGoingToServer; -extern NSString * const MVMCoreNotificationViewControllerChanged; #pragma mark - Image Cache extern NSTimeInterval const ImageTimeOut; diff --git a/MVMCore/MVMCore/Constants/MVMCoreConstants.m b/MVMCore/MVMCore/Constants/MVMCoreConstants.m index 887ee0c..cf0761f 100644 --- a/MVMCore/MVMCore/Constants/MVMCoreConstants.m +++ b/MVMCore/MVMCore/Constants/MVMCoreConstants.m @@ -29,7 +29,6 @@ NSString * const URLComponentKeepAlive = @"isAlive.jsp"; NSString * const NotificationResponseLoaded = @"responseLoaded"; NSString * const MVMCoreNotificationGoingToServer = @"MVMCoreGoServer"; -NSString * const MVMCoreNotificationViewControllerChanged = @"MVMCoreNotificationViewControllerChanged"; #pragma mark - Image Cache NSTimeInterval const ImageTimeOut = 60;