Removed MVMCoreNotificationViewControllerChanged
This commit is contained in:
parent
9d88dd70af
commit
fe5dc7c6b7
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user