Removed MVMCoreNotificationViewControllerChanged

This commit is contained in:
Scott Pfeil 2023-08-22 16:22:44 -04:00
parent 9d88dd70af
commit fe5dc7c6b7
2 changed files with 0 additions and 2 deletions

View File

@ -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;

View File

@ -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;