summaryrefslogtreecommitdiff
path: root/Juick/ViewControllers/JuickNavigationController.h
diff options
context:
space:
mode:
Diffstat (limited to 'Juick/ViewControllers/JuickNavigationController.h')
-rw-r--r--Juick/ViewControllers/JuickNavigationController.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/Juick/ViewControllers/JuickNavigationController.h b/Juick/ViewControllers/JuickNavigationController.h
index b508466..974c177 100644
--- a/Juick/ViewControllers/JuickNavigationController.h
+++ b/Juick/ViewControllers/JuickNavigationController.h
@@ -11,7 +11,9 @@
NS_ASSUME_NONNULL_BEGIN
@interface JuickNavigationController : UITabBarController
-- (IBAction)newMessage:(id)sender;
+- (IBAction)showLoginForm:(id)sender;
+- (void) refreshStatus;
+@property (weak, nonatomic) IBOutlet UIBarButtonItem *leftButton;
@end
NS_ASSUME_NONNULL_END