summaryrefslogtreecommitdiff
path: root/Juick/Supporting Files
diff options
context:
space:
mode:
Diffstat (limited to 'Juick/Supporting Files')
-rw-r--r--Juick/Supporting Files/Juick-Prefix.pch3
-rw-r--r--Juick/Supporting Files/main.m2
2 files changed, 2 insertions, 3 deletions
diff --git a/Juick/Supporting Files/Juick-Prefix.pch b/Juick/Supporting Files/Juick-Prefix.pch
index 7278b52..957a052 100644
--- a/Juick/Supporting Files/Juick-Prefix.pch
+++ b/Juick/Supporting Files/Juick-Prefix.pch
@@ -14,9 +14,10 @@
#import <UIKit/UIKit.h>
#import <Foundation/Foundation.h>
#import <SystemConfiguration/SystemConfiguration.h>
- #import <MobileCoreServices/MobileCoreServices.h>
+ #import <CoreServices/CoreServices.h>
#import <UserNotifications/UserNotifications.h>
#import "UIImage+Utils.h"
#import "UIView+Shimmer.h"
+ #import "AppDelegate.h"
#endif
diff --git a/Juick/Supporting Files/main.m b/Juick/Supporting Files/main.m
index 67b222f..8e01106 100644
--- a/Juick/Supporting Files/main.m
+++ b/Juick/Supporting Files/main.m
@@ -8,8 +8,6 @@
#import <UIKit/UIKit.h>
-#import "AppDelegate.h"
-
int main(int argc, char * argv[])
{
@autoreleasepool {