MasterTabBarController: Clean code.

This commit is contained in:
SBiOSoftWhare
2021-10-05 16:41:37 +02:00
parent 8caf7b922d
commit 372eb463bd
4 changed files with 4 additions and 16 deletions
+1 -7
View File
@@ -19,17 +19,13 @@
#import "AuthenticationViewController.h"
#import "RoomPreviewData.h"
#import "HomeViewController.h"
#import "FavouritesViewController.h"
#import "PeopleViewController.h"
#import "RoomsViewController.h"
#import "GroupsViewController.h"
#import "RoomViewController.h"
#import "ContactDetailsViewController.h"
#import "GroupDetailsViewController.h"
#import "UnifiedSearchViewController.h"
#define TABBAR_HOME_INDEX 0
#define TABBAR_FAVOURITES_INDEX 1
#define TABBAR_PEOPLE_INDEX 2
@@ -175,8 +171,6 @@ typedef NS_ENUM(NSUInteger, MasterTabBarIndex) {
@property (nonatomic, readonly) RoomsViewController *roomsViewController;
@property (nonatomic, readonly) GroupsViewController *groupsViewController;
// The current unified search screen if any
@property (nonatomic, weak) UnifiedSearchViewController *unifiedSearchViewController;
// References on the currently selected room
@property (nonatomic, readonly) NSString *selectedRoomId;