diff options
Diffstat (limited to 'Juick')
-rw-r--r-- | Juick/AppDelegate.h | 4 | ||||
-rw-r--r-- | Juick/AppDelegate.m | 3 | ||||
-rw-r--r-- | Juick/Supporting Files/Juick-Bridging-Header.h | 1 | ||||
-rw-r--r-- | Juick/Supporting Files/Juick-Prefix.pch | 6 |
4 files changed, 3 insertions, 11 deletions
diff --git a/Juick/AppDelegate.h b/Juick/AppDelegate.h index 1cc8650..93b7c7a 100644 --- a/Juick/AppDelegate.h +++ b/Juick/AppDelegate.h @@ -6,8 +6,8 @@ // Copyright (c) 2013 com.juick. All rights reserved. // -@import UIKit; -#import "ThreadViewController.h" +#import <UserNotifications/UserNotifications.h> + #import "User.h" #import "API.h" #import "JuickNavigationController.h" diff --git a/Juick/AppDelegate.m b/Juick/AppDelegate.m index dbd7734..1a4e37b 100644 --- a/Juick/AppDelegate.m +++ b/Juick/AppDelegate.m @@ -6,7 +6,7 @@ // Copyright (c) 2013 com.juick. All rights reserved. // -#import "MessagesViewController.h" +#import "ThreadViewController.h" #import "LoginViewController.h" #import "Message.h" @@ -58,7 +58,6 @@ [[UITabBar appearance] setTintColor:[UIColor colorNamed:@"Title"]]; - [UIApplication sharedApplication].statusBarStyle = UIStatusBarStyleDefault; #if !TARGET_IPHONE_SIMULATOR [self registerForRemoteNotifications]; #endif diff --git a/Juick/Supporting Files/Juick-Bridging-Header.h b/Juick/Supporting Files/Juick-Bridging-Header.h index ff9797d..6696cae 100644 --- a/Juick/Supporting Files/Juick-Bridging-Header.h +++ b/Juick/Supporting Files/Juick-Bridging-Header.h @@ -6,5 +6,4 @@ #import "Message.h" #import "UIImage+Utils.h" #import "NSDate+TimeAgo.h" -#import <UserNotifications/UserNotifications.h> #import "AppDelegate.h" diff --git a/Juick/Supporting Files/Juick-Prefix.pch b/Juick/Supporting Files/Juick-Prefix.pch index f3fb327..ceccdcf 100644 --- a/Juick/Supporting Files/Juick-Prefix.pch +++ b/Juick/Supporting Files/Juick-Prefix.pch @@ -11,12 +11,6 @@ #endif #ifdef __OBJC__ - #import <UIKit/UIKit.h> - #import <Foundation/Foundation.h> - #import <SystemConfiguration/SystemConfiguration.h> - #import <CoreServices/CoreServices.h> - #import <UserNotifications/UserNotifications.h> - #import "UIImage+Utils.h" #import "UIView+Shimmer.h" #import "AppDelegate.h" |