From 6e49fc5c4273e7597925c133c3a6985b6ad85ecc Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 21 Mar 2019 23:39:03 +0300 Subject: First RC --- Juick/AppDelegate.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Juick/AppDelegate.h') 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 @@ -16,6 +17,8 @@ +(AppDelegate *) shared; ++(ThreadViewController *) threadViewController; + @property (strong, nonatomic) NSNumber *pushedThread; @property (strong, nonatomic) NSString *pushedUname; -- cgit v1.2.3