E2E keys export: Add an "Export keys" button to the settings

Manage the deletion of the keys file after its process by another app
This commit is contained in:
manuroe
2017-02-06 12:53:08 +01:00
parent 0c32f69322
commit e4357f6685
2 changed files with 66 additions and 10 deletions
@@ -20,7 +20,7 @@
#import "MediaPickerViewController.h"
@interface SettingsViewController : MXKViewController<UITextFieldDelegate, MediaPickerViewControllerDelegate, UITableViewDelegate, UITableViewDataSource, MXKDeviceViewDelegate>
@interface SettingsViewController : MXKViewController<UITextFieldDelegate, MediaPickerViewControllerDelegate, UITableViewDelegate, UITableViewDataSource, MXKDeviceViewDelegate, UIDocumentInteractionControllerDelegate>
@property (nonatomic) IBOutlet UITableView *tableView;