diff options
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 |