浏览代码

clear code

Marino Faggiana 7 年之前
父节点
当前提交
47a3f5dedf
共有 3 个文件被更改,包括 0 次插入4 次删除
  1. 0 1
      iOSClient/AppDelegate.m
  2. 0 2
      iOSClient/Main/CCMain.h
  3. 0 1
      iOSClient/Main/CCMain.m

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