Update Settings view controller / MatrixKit.

This commit is contained in:
giomfo
2015-04-13 18:00:39 +02:00
parent e076dbcdac
commit e598b864d0
7 changed files with 143 additions and 147 deletions
@@ -1,5 +1,5 @@
/*
Copyright 2014 OpenMarket Ltd
Copyright 2015 OpenMarket Ltd
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -14,13 +14,12 @@
limitations under the License.
*/
#import "MXCTableViewController.h"
#import <MatrixKit/MatrixKit.h>
@interface SettingsViewController : MXCTableViewController <UITextFieldDelegate, UIImagePickerControllerDelegate, UINavigationControllerDelegate, UIPickerViewDataSource, UIPickerViewDelegate>
@interface SettingsViewController : MXKTableViewController <UITextFieldDelegate, UIImagePickerControllerDelegate, UINavigationControllerDelegate, UIPickerViewDataSource, UIPickerViewDelegate>
typedef void (^blockSettings_onReadyToLeave)();
- (void)reset;
- (BOOL)shouldLeave:(blockSettings_onReadyToLeave)handler;
@end