diff options
Diffstat (limited to 'Juick/AppDelegate.h')
-rw-r--r-- | Juick/AppDelegate.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Juick/AppDelegate.h b/Juick/AppDelegate.h index 59dd7f5..3316d3f 100644 --- a/Juick/AppDelegate.h +++ b/Juick/AppDelegate.h @@ -8,6 +8,7 @@ @import UIKit; #import "ThreadViewController.h" +#import "User.h" @interface AppDelegate : UIResponder <UIApplicationDelegate, UNUserNotificationCenterDelegate> |