Settings: Add cryptography information

This commit is contained in:
giomfo
2016-11-22 11:16:59 +01:00
parent 319d5a362a
commit 37abfdf301
4 changed files with 160 additions and 22 deletions
@@ -18,8 +18,9 @@
#import "MediaPickerViewController.h"
@interface SettingsViewController : MXKTableViewController<UITextFieldDelegate, MediaPickerViewControllerDelegate>
@interface SettingsViewController : MXKViewController<UITextFieldDelegate, MediaPickerViewControllerDelegate, UITableViewDelegate, UITableViewDataSource>
@property (nonatomic) IBOutlet UITableView *tableView;
@end