diff options
author | Vitaly Takmazov | 2019-10-02 13:59:51 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2019-10-02 13:59:51 +0300 |
commit | 33539a3c9c8534776722aa1148499f984e0019e7 (patch) | |
tree | 6f47880a9efd4e6e240ff55c043422f68dba6936 /Juick/AppDelegate.h | |
parent | d9a6f5e85d9cffed7e8bf84b6e69b27d7db67582 (diff) |
Move loginSegue to Tab bar controller
Diffstat (limited to 'Juick/AppDelegate.h')
-rw-r--r-- | Juick/AppDelegate.h | 2 |
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 |