add_invite_rooms_section

Plug the join/reject button
The join does not refresh properly the recents.
This commit is contained in:
yannick
2015-12-10 09:00:57 +01:00
parent 6169b39ae5
commit 09567f1c29
5 changed files with 109 additions and 4 deletions
@@ -26,4 +26,14 @@
@property (weak, nonatomic) IBOutlet UIButton *leftButton;
@property (weak, nonatomic) IBOutlet UIButton *rightButton;
/**
The user tap on the reject button
*/
@property (nonatomic, copy) void (^onRejectClick)();
/**
The user tap on the join button
*/
@property (nonatomic, copy) void (^onJoinClick)();
@end