summaryrefslogtreecommitdiff
path: root/Juick/AppDelegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'Juick/AppDelegate.h')
-rw-r--r--Juick/AppDelegate.h4
1 files changed, 2 insertions, 2 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"