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-02-12 13:56:03 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:20:40 +0300
commit03848c51990c1f34d0808d54783437a6db85a34b (patch)
tree05a48a8efbf12a0c4ec868e691de4740428dda07 /iphone/Maps/Settings
parenta046daa073ad59ec1977619a32b154c207e18feb (diff)
[ios] Refactoring.
Diffstat (limited to 'iphone/Maps/Settings')
-rw-r--r--iphone/Maps/Settings/SettingsViewController.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/iphone/Maps/Settings/SettingsViewController.h b/iphone/Maps/Settings/SettingsViewController.h
index 7df8283ab0..c452c9f6b5 100644
--- a/iphone/Maps/Settings/SettingsViewController.h
+++ b/iphone/Maps/Settings/SettingsViewController.h
@@ -1,7 +1,5 @@
+#import "MWMTableViewController.h"
-#import <UIKit/UIKit.h>
-#import "TableViewController.h"
-
-@interface SettingsViewController : TableViewController
+@interface SettingsViewController : MWMTableViewController
@end