Removed the ReceiptsContainerDelegate, used didRecognizeAction: instead

This commit is contained in:
Aram Sargsyan
2017-06-26 19:33:53 +04:00
parent 6def971978
commit ae1ae4d141
4 changed files with 19 additions and 10 deletions
+1 -1
View File
@@ -27,7 +27,7 @@
#import "UIViewController+RiotSearch.h"
@interface RoomViewController : MXKRoomViewController <UISearchBarDelegate, UIGestureRecognizerDelegate, RoomTitleViewTapGestureDelegate, RoomParticipantsViewControllerDelegate, MXKRoomMemberDetailsViewControllerDelegate, ContactsTableViewControllerDelegate, MXKReceiptSendersContainerDelegate>
@interface RoomViewController : MXKRoomViewController <UISearchBarDelegate, UIGestureRecognizerDelegate, RoomTitleViewTapGestureDelegate, RoomParticipantsViewControllerDelegate, MXKRoomMemberDetailsViewControllerDelegate, ContactsTableViewControllerDelegate>
// The expanded header
@property (weak, nonatomic) IBOutlet UIView *expandedHeaderContainer;