mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-30 13:16:58 +02:00
RoomInputToolbar: Remove useless items
This commit is contained in:
@@ -29,17 +29,7 @@
|
||||
|
||||
@property (weak, nonatomic) IBOutlet NSLayoutConstraint *messageComposerContainerTrailingConstraint;
|
||||
|
||||
@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;
|
||||
@property (weak, nonatomic) IBOutlet UIButton *voiceCallButton;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user