diff options
Diffstat (limited to 'Juick/ViewControllers/RootNavigationController.h')
-rw-r--r-- | Juick/ViewControllers/RootNavigationController.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Juick/ViewControllers/RootNavigationController.h b/Juick/ViewControllers/RootNavigationController.h new file mode 100644 index 0000000..f7f6734 --- /dev/null +++ b/Juick/ViewControllers/RootNavigationController.h @@ -0,0 +1,13 @@ +// +// RootNavigationController.h +// Juick +// +// Created by Vitaly Takmazov on 24/09/2017. +// Copyright © 2017 com.juick. All rights reserved. +// + +#import <UIKit/UIKit.h> + +@interface RootNavigationController : UINavigationController + +@end |