diff options
author | Vitaly Takmazov | 2017-11-23 01:10:40 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2017-11-23 01:10:40 +0300 |
commit | 56ae98114db624dc748cc74d706e14181b22e55d (patch) | |
tree | 043ef103940f66b4a06305e2ddb609193239e08b /Juick/AppDelegate.h | |
parent | 78bcc152dadae837af41ab4e42fe9c95342c119e (diff) |
drop some pods
Diffstat (limited to 'Juick/AppDelegate.h')
-rw-r--r-- | Juick/AppDelegate.h | 3 |
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> |