@@ -38,8 +38,8 @@
#import "CCQuickActions.h"
#import "CCMain.h"
#import "CCPhotosCameraUpload.h"
-#import "CCSettings.h"
#import "CCTransfers.h"
+#import "CCSettings.h"
@interface AppDelegate : UIResponder <UIApplicationDelegate, BKPasscodeLockScreenManagerDelegate, BKPasscodeViewControllerDelegate, LMMediaPlayerViewDelegate, TWMessageBarStyleSheet, CCNetworkingDelegate>
@@ -9,4 +9,4 @@
#define SYSTEM_VERSION_GREATER_THAN(v) ([[[UIDevice currentDevice] systemVersion] compare:v options:NSNumericSearch] == NSOrderedDescending)
#define SYSTEM_VERSION_GREATER_THAN_OR_EQUAL_TO(v) ([[[UIDevice currentDevice] systemVersion] compare:v options:NSNumericSearch] != NSOrderedAscending)
#define SYSTEM_VERSION_LESS_THAN(v) ([[[UIDevice currentDevice] systemVersion] compare:v options:NSNumericSearch] == NSOrderedAscending)
-#define SYSTEM_VERSION_LESS_THAN_OR_EQUAL_TO(v) ([[[UIDevice currentDevice] systemVersion] compare:v options:NSNumericSearch] != NSOrderedDescending)
+//#define SYSTEM_VERSION_LESS_THAN_OR_EQUAL_TO(v) ([[[UIDevice currentDevice] systemVersion] compare:v options:NSNumericSearch] != NSOrderedDescending)
@@ -24,7 +24,6 @@
#import <UIKit/UIKit.h>
#import "XLFormViewController.h"
-#import "OCSharedDto.h"
#import "CCShareUserOC.h"
#import "CCSharePermissionOC.h"
#import "CCMetadata.h"
-#import "XLForm.h"
#import "OCShareUser.h"
#import "OCConstants.h"