diff options
author | Vitaly Takmazov | 2019-03-22 00:56:41 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2019-03-22 00:56:41 +0300 |
commit | 78412d188e8cf119046ee8b2344a07674ccf7f43 (patch) | |
tree | b97287947b07bc63a05fb4a8607ccc4bf19aa747 /Juick/AppDelegate.h | |
parent | 5f4a09ec689cb04ce71b4eb7425936f04a70f6f4 (diff) |
Fix today feed
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> |