mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-01 05:36:57 +02:00
add_invite_rooms_section
Plug the join/reject button The join does not refresh properly the recents.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user