marinofaggiana 4 жил өмнө
parent
commit
3cf456248e

+ 0 - 3
iOSClient/AppDelegate.h

@@ -23,12 +23,9 @@
 
 #import <Foundation/Foundation.h>
 #import <UserNotifications/UserNotifications.h>
-#import <PushKit/PushKit.h>
 #import <AVKit/AVKit.h>
 #import <LocalAuthentication/LocalAuthentication.h>
 #import <TOPasscodeViewController/TOPasscodeViewController.h>
-
-#import "CCUtility.h"
 #import "CCLogin.h"
 
 @class NCFiles;

+ 1 - 0
iOSClient/Nextcloud-Bridging-Header.h

@@ -9,3 +9,4 @@
 #import "NYMnemonic.h"
 #import "CCPeekPop.h"
 #import "UIImage+animatedGIF.h"
+#import "CCUtility.h"

+ 2 - 1
iOSClient/PushNotification/NCPushNotification.m

@@ -34,7 +34,8 @@
 
 @implementation NCPushNotification
 
-+ (instancetype)shared {
++ (instancetype)shared
+{
     static NCPushNotification *pushNotification = nil;
     static dispatch_once_t onceToken;
     dispatch_once(&onceToken, ^{