Warn unknown devices: Fix EncryptionInfoView display

This commit is contained in:
manuroe
2017-02-15 10:43:37 +01:00
parent 31a3fe657e
commit afb09b427a
3 changed files with 59 additions and 37 deletions
@@ -18,7 +18,7 @@
#import "DeviceTableViewCell.h"
@interface UsersDevicesViewController : MXKTableViewController <UITableViewDelegate, UITableViewDataSource, DeviceTableViewCellDelegate>
@interface UsersDevicesViewController : MXKViewController <UITableViewDelegate, UITableViewDataSource, DeviceTableViewCellDelegate>
/**
Display a map of users/devices.
@@ -27,4 +27,6 @@
*/
- (void)displayUsersDevices:(MXUsersDevicesMap<MXDeviceInfo*>*)usersDevices andMatrixSession:(MXSession*)mxSession;
@property (weak, nonatomic) IBOutlet UITableView *tableView;
@end