diff options
author | Vitaly Takmazov | 2017-01-19 23:38:50 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2017-01-19 23:38:50 +0300 |
commit | 917fd3b930b8c25551b751608b9bd0dd104b56e5 (patch) | |
tree | f6e5d623c402d83b2868cb07b963c0bc5af5150f /Juick/AppDelegate.h | |
parent | 87c992e9db9464215d12a3987fe384d65e96bc50 (diff) |
Handle changed password
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 c0a7650..04a8bb2 100644 --- a/Juick/AppDelegate.h +++ b/Juick/AppDelegate.h @@ -16,4 +16,6 @@ @property (strong, nonatomic) UIWindow *window; @property (strong, nonatomic) UIViewController *viewController; +- (void) pushLoginForm; + @end |