Prepare Dark theme

- Add User Interface section in settings

https://github.com/vector-im/riot-meta/issues/22
This commit is contained in:
Giom Foret
2017-07-19 15:26:09 +02:00
parent dbff10fe9a
commit 3705cb5b42
3 changed files with 80 additions and 1 deletions
+2 -1
View File
@@ -19,8 +19,9 @@
#import "DeviceView.h"
#import "MediaPickerViewController.h"
#import "TableViewCellWithCheckBoxes.h"
@interface SettingsViewController : MXKTableViewController<UITextFieldDelegate, MediaPickerViewControllerDelegate, MXKDeviceViewDelegate, UIDocumentInteractionControllerDelegate, MXKCountryPickerViewControllerDelegate>
@interface SettingsViewController : MXKTableViewController<UITextFieldDelegate, MediaPickerViewControllerDelegate, MXKDeviceViewDelegate, UIDocumentInteractionControllerDelegate, MXKCountryPickerViewControllerDelegate, TableViewCellWithCheckBoxesDelegate>
@end