Settings: Use the phone numbers to discover Riot users

This commit is contained in:
giomfo
2017-02-17 09:41:24 +01:00
parent 1c2c0efee9
commit 0ee7a9af10
8 changed files with 263 additions and 168 deletions
@@ -20,9 +20,7 @@
#import "MediaPickerViewController.h"
@interface SettingsViewController : MXKViewController<UITextFieldDelegate, MediaPickerViewControllerDelegate, UITableViewDelegate, UITableViewDataSource, MXKDeviceViewDelegate, UIDocumentInteractionControllerDelegate>
@property (nonatomic) IBOutlet UITableView *tableView;
@interface SettingsViewController : MXKTableViewController<UITextFieldDelegate, MediaPickerViewControllerDelegate, MXKDeviceViewDelegate, UIDocumentInteractionControllerDelegate, MXKCountryPickerViewControllerDelegate>
@end