mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 17:12:45 +02:00
Prepare UX Rework:
- Define the 4 tabs: Home, Fav, People and Rooms
This commit is contained in:
@@ -77,6 +77,11 @@
|
||||
*/
|
||||
+ (instancetype)contactsTableViewController;
|
||||
|
||||
/**
|
||||
The Google Analytics Instance screen name (Default is "ContactsTable").
|
||||
*/
|
||||
@property (nonatomic) NSString *screenName;
|
||||
|
||||
/**
|
||||
The contacts table view.
|
||||
*/
|
||||
@@ -130,5 +135,7 @@
|
||||
*/
|
||||
@property (nonatomic) id<ContactsTableViewControllerDelegate> contactsTableViewControllerDelegate;
|
||||
|
||||
- (IBAction)onCheckBoxTap:(UITapGestureRecognizer*)sender;
|
||||
|
||||
@end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user