summaryrefslogtreecommitdiff
path: root/Juick/AppDelegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'Juick/AppDelegate.h')
-rw-r--r--Juick/AppDelegate.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Juick/AppDelegate.h b/Juick/AppDelegate.h
index 6c277a9..1cc8650 100644
--- a/Juick/AppDelegate.h
+++ b/Juick/AppDelegate.h
@@ -10,6 +10,7 @@
#import "ThreadViewController.h"
#import "User.h"
#import "API.h"
+#import "JuickNavigationController.h"
extern NSString * const UserUpdatedNotificationName;
@@ -35,4 +36,6 @@ extern NSString * const UserUpdatedNotificationName;
@property (strong, nonatomic) NSDateFormatter *sharedDateFormatter;
+@property (strong, nonatomic) JuickNavigationController *navigator;
+
@end