Marino Faggiana 7 жил өмнө
parent
commit
47a3f5dedf

+ 0 - 1
iOSClient/AppDelegate.m

@@ -31,7 +31,6 @@
 #import "CCSynchronize.h"
 #import "CCMain.h"
 #import "CCDetail.h"
-#import "NCEndToEndEncryption.h"
 #import "Firebase.h"
 #import <Fabric/Fabric.h>
 #import <Crashlytics/Crashlytics.h>

+ 0 - 2
iOSClient/Main/CCMain.h

@@ -86,7 +86,5 @@
 - (void)clearDateReadDataSource:(NSNotification *)notification;
 - (void)cancelSearchBar;
 
-- (void)initEndToEnd;
-
 @end
 

+ 0 - 1
iOSClient/Main/CCMain.m

@@ -34,7 +34,6 @@
 #import "CTAssetCheckmark.h"
 #import "JDStatusBarNotification.h"
 #import "NCAutoUpload.h"
-#import "NCEndToEndEncryption.h"
 #import "NCBridgeSwift.h"
 
 @interface CCMain () <CCActionsDeleteDelegate, CCActionsRenameDelegate, CCActionsSearchDelegate, CCActionsDownloadThumbnailDelegate, CCActionsSettingFavoriteDelegate, UITextViewDelegate, createFormUploadAssetsDelegate, MGSwipeTableCellDelegate, CCLoginDelegate, CCLoginDelegateWeb>