mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-29 04:36:58 +02:00
Chat screen: Add other option menu
This commit is contained in:
@@ -24,6 +24,16 @@
|
||||
*/
|
||||
@interface RoomInputToolbarView : MXKRoomInputToolbarViewWithHPGrowingText <MediaPickerViewControllerDelegate>
|
||||
|
||||
@property (weak, nonatomic) IBOutlet UIView *optionMenuView;
|
||||
@property (weak, nonatomic) IBOutlet UIButton *startVoiceCallButton;
|
||||
@property (weak, nonatomic) IBOutlet UILabel *startVoiceCallLabel;
|
||||
@property (weak, nonatomic) IBOutlet UIButton *startVideoCallButton;
|
||||
@property (weak, nonatomic) IBOutlet UILabel *startVideoCallLabel;
|
||||
@property (weak, nonatomic) IBOutlet UIButton *shareLocationButton;
|
||||
@property (weak, nonatomic) IBOutlet UILabel *shareLocationLabel;
|
||||
@property (weak, nonatomic) IBOutlet UIButton *shareContactButton;
|
||||
@property (weak, nonatomic) IBOutlet UILabel *shareContactLabel;
|
||||
|
||||
@property (weak, nonatomic) IBOutlet UIButton *attachMediaButton;
|
||||
@property (weak, nonatomic) IBOutlet UIButton *optionMenuButton;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user