From 33539a3c9c8534776722aa1148499f984e0019e7 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Wed, 2 Oct 2019 13:59:51 +0300 Subject: Move loginSegue to Tab bar controller --- Juick/AppDelegate.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Juick/AppDelegate.h') diff --git a/Juick/AppDelegate.h b/Juick/AppDelegate.h index 5357af2..04a903a 100644 --- a/Juick/AppDelegate.h +++ b/Juick/AppDelegate.h @@ -28,4 +28,6 @@ extern NSString * const UserUpdatedNotificationName; @property (strong, nonatomic) NSString *pushedUname; @property (strong, nonatomic) NSNumber *pushedReplyId; +- (void) presentLoginView:(UIViewController *)vc; + @end -- cgit v1.2.3