Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Khmurets <subzero@mapswithme.com>2013-11-21 20:35:24 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:06:24 +0300
commit0ba70b423fe6a0c9cbc0f2c7a6b7481139f6574b (patch)
treeaad4afea9a050843b05b52c834ce4cc114433658 /iphone/Maps/Classes/NavigationController.h
parenta8eada2cf154996da02995043ac871a305d0f864 (diff)
[ios] Added custom NavigationController
Diffstat (limited to 'iphone/Maps/Classes/NavigationController.h')
-rw-r--r--iphone/Maps/Classes/NavigationController.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/iphone/Maps/Classes/NavigationController.h b/iphone/Maps/Classes/NavigationController.h
new file mode 100644
index 0000000000..9cd27f150a
--- /dev/null
+++ b/iphone/Maps/Classes/NavigationController.h
@@ -0,0 +1,6 @@
+
+#import <UIKit/UIKit.h>
+
+@interface NavigationController : UINavigationController
+
+@end