summaryrefslogtreecommitdiff
path: root/Juick/AppDelegate.h
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2019-10-02 13:59:51 +0300
committerGravatar Vitaly Takmazov2019-10-02 13:59:51 +0300
commit33539a3c9c8534776722aa1148499f984e0019e7 (patch)
tree6f47880a9efd4e6e240ff55c043422f68dba6936 /Juick/AppDelegate.h
parentd9a6f5e85d9cffed7e8bf84b6e69b27d7db67582 (diff)
Move loginSegue to Tab bar controller
Diffstat (limited to 'Juick/AppDelegate.h')
-rw-r--r--Juick/AppDelegate.h2
1 files changed, 2 insertions, 0 deletions
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