summaryrefslogtreecommitdiff
path: root/Juick/ViewControllers/JuickNavigationController.h
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2019-10-02 17:16:01 +0300
committerGravatar Vitaly Takmazov2019-10-02 17:16:01 +0300
commitbf573afb9d05ce34ecd22b3dca85aca2c3896ae6 (patch)
tree2b55dfddb6d31f81294f2554d85bf41607a63f07 /Juick/ViewControllers/JuickNavigationController.h
parent33539a3c9c8534776722aa1148499f984e0019e7 (diff)
Shared navigation
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