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.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/Juick/ViewControllers/JuickNavigationController.h b/Juick/ViewControllers/JuickNavigationController.h
new file mode 100644
index 0000000..b508466
--- /dev/null
+++ b/Juick/ViewControllers/JuickNavigationController.h
@@ -0,0 +1,17 @@
+//
+// JuickNavigationController.h
+// Juick
+//
+// Created by Vitaly Takmazov on 02/10/2019.
+// Copyright © 2019 com.juick. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+NS_ASSUME_NONNULL_BEGIN
+
+@interface JuickNavigationController : UITabBarController
+- (IBAction)newMessage:(id)sender;
+@end
+
+NS_ASSUME_NONNULL_END