Browse Source

clear code

Marino Faggiana 7 years ago
parent
commit
84bb5e8d01

+ 1 - 1
iOSClient/AppDelegate.h

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

+ 1 - 1
iOSClient/Library/MWPhotoBrowser/MWCommon.h

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

+ 0 - 1
iOSClient/Share/CCShareOC.h

@@ -24,7 +24,6 @@
 #import <UIKit/UIKit.h>
 
 #import "XLFormViewController.h"
-#import "OCSharedDto.h"
 #import "CCShareUserOC.h"
 #import "CCSharePermissionOC.h"
 #import "CCMetadata.h"

+ 0 - 1
iOSClient/Share/CCShareUserOC.h

@@ -24,7 +24,6 @@
 #import <UIKit/UIKit.h>
 
 #import "XLFormViewController.h"
-#import "XLForm.h"
 #import "OCShareUser.h"
 #import "OCConstants.h"
 #import "CCMetadata.h"