summaryrefslogtreecommitdiff
path: root/Juick/AppDelegate.h
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2019-03-22 00:56:41 +0300
committerGravatar Vitaly Takmazov2019-03-22 00:56:41 +0300
commit78412d188e8cf119046ee8b2344a07674ccf7f43 (patch)
treeb97287947b07bc63a05fb4a8607ccc4bf19aa747 /Juick/AppDelegate.h
parent5f4a09ec689cb04ce71b4eb7425936f04a70f6f4 (diff)
Fix today feed
Diffstat (limited to 'Juick/AppDelegate.h')
-rw-r--r--Juick/AppDelegate.h1
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>