Room member details: Add devices sections

This commit is contained in:
giomfo
2016-11-28 16:26:59 +01:00
parent 58ecbd760c
commit 4f1e079ab6
11 changed files with 410 additions and 31 deletions
@@ -16,7 +16,9 @@
#import <MatrixKit/MatrixKit.h>
@interface RoomMemberDetailsViewController : MXKRoomMemberDetailsViewController <UIGestureRecognizerDelegate>
#import "DeviceTableViewCell.h"
@interface RoomMemberDetailsViewController : MXKRoomMemberDetailsViewController <UIGestureRecognizerDelegate, DeviceTableViewCellDelegate>
@property (weak, nonatomic) IBOutlet UIView *roomMemberAvatarHeaderBackground;
@property (weak, nonatomic) IBOutlet NSLayoutConstraint *roomMemberAvatarHeaderBackgroundHeightConstraint;