mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-29 04:36:58 +02:00
Chat screen: finalize menu list from navigation bar.
This commit is contained in:
@@ -20,9 +20,14 @@
|
||||
|
||||
@property (strong, nonatomic) IBOutlet UIView *menuListView;
|
||||
|
||||
@property (weak, nonatomic) IBOutlet UIButton *searchInChatButton;
|
||||
@property (weak, nonatomic) IBOutlet UIButton *participantsButton;
|
||||
@property (weak, nonatomic) IBOutlet UIButton *settingsButton;
|
||||
@property (weak, nonatomic) IBOutlet UIButton *searchMenuButton;
|
||||
@property (weak, nonatomic) IBOutlet UILabel *searchMenuLabel;
|
||||
@property (weak, nonatomic) IBOutlet UIButton *participantsMenuButton;
|
||||
@property (weak, nonatomic) IBOutlet UILabel *participantsMenuLabel;
|
||||
@property (weak, nonatomic) IBOutlet UIButton *favouriteMenuButton;
|
||||
@property (weak, nonatomic) IBOutlet UILabel *favouriteMenuLabel;
|
||||
@property (weak, nonatomic) IBOutlet UIButton *settingsMenuButton;
|
||||
@property (weak, nonatomic) IBOutlet UILabel *settingsMenuLabel;
|
||||
|
||||
@end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user