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:
authorIlya Grechuhin <i.grechuhin@gmail.com>2016-12-15 11:15:41 +0300
committerIlya Grechuhin <i.grechuhin@gmail.com>2016-12-15 18:08:43 +0300
commit8651506dc68d6643c16f20fa5c0a382ac499cd7f (patch)
tree4e6fe35074f9c04592d8c80b02808bd5b28f4ca5 /iphone/Maps/Settings/MWMUnitsController.h
parentec9c0cd876b66d37b31116f3483ed7fc5241f62c (diff)
[swift] [ios] Moved settings files to designated folders.
Diffstat (limited to 'iphone/Maps/Settings/MWMUnitsController.h')
-rw-r--r--iphone/Maps/Settings/MWMUnitsController.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/iphone/Maps/Settings/MWMUnitsController.h b/iphone/Maps/Settings/MWMUnitsController.h
new file mode 100644
index 0000000000..9135e1df1e
--- /dev/null
+++ b/iphone/Maps/Settings/MWMUnitsController.h
@@ -0,0 +1,5 @@
+#import "MWMTableViewController.h"
+
+@interface MWMUnitsController : MWMTableViewController
+
+@end