summaryrefslogtreecommitdiff
path: root/Juick/AppDelegate.h
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2017-01-19 23:38:50 +0300
committerGravatar Vitaly Takmazov2017-01-19 23:38:50 +0300
commit917fd3b930b8c25551b751608b9bd0dd104b56e5 (patch)
treef6e5d623c402d83b2868cb07b963c0bc5af5150f /Juick/AppDelegate.h
parent87c992e9db9464215d12a3987fe384d65e96bc50 (diff)
Handle changed password
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 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