summaryrefslogtreecommitdiff
path: root/Juick/AppDelegate.h
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2017-11-23 01:10:40 +0300
committerGravatar Vitaly Takmazov2017-11-23 01:10:40 +0300
commit56ae98114db624dc748cc74d706e14181b22e55d (patch)
tree043ef103940f66b4a06305e2ddb609193239e08b /Juick/AppDelegate.h
parent78bcc152dadae837af41ab4e42fe9c95342c119e (diff)
drop some pods
Diffstat (limited to 'Juick/AppDelegate.h')
-rw-r--r--Juick/AppDelegate.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/Juick/AppDelegate.h b/Juick/AppDelegate.h
index 64cc01a..092fa20 100644
--- a/Juick/AppDelegate.h
+++ b/Juick/AppDelegate.h
@@ -6,8 +6,7 @@
// Copyright (c) 2013 com.juick. All rights reserved.
//
-#import <UIKit/UIKit.h>
-#import "User.h"
+@import UIKit;
@interface AppDelegate : UIResponder <UIApplicationDelegate, UNUserNotificationCenterDelegate>