diff options
Diffstat (limited to 'Juick/AppDelegate.h')
-rw-r--r-- | Juick/AppDelegate.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Juick/AppDelegate.h b/Juick/AppDelegate.h index 931cf0b..59dd7f5 100644 --- a/Juick/AppDelegate.h +++ b/Juick/AppDelegate.h @@ -7,6 +7,7 @@ // @import UIKit; +#import "ThreadViewController.h" @interface AppDelegate : UIResponder <UIApplicationDelegate, UNUserNotificationCenterDelegate> @@ -16,6 +17,8 @@ +(AppDelegate *) shared; ++(ThreadViewController *) threadViewController; + @property (strong, nonatomic) NSNumber *pushedThread; @property (strong, nonatomic) NSString *pushedUname; |