Prepare UX Rework:

- Define the 4 tabs: Home, Fav, People and Rooms
This commit is contained in:
Giom Foret
2017-04-06 14:27:45 +02:00
parent 52021bd252
commit 4eb90fbb2e
23 changed files with 1958 additions and 575 deletions
+1 -3
View File
@@ -15,13 +15,11 @@
limitations under the License.
*/
#import <MatrixKit/MatrixKit.h>
#import "RecentsViewController.h"
/**
The `HomeViewController` screen is the main app screen.
*/
@interface HomeViewController : RecentsViewController <MXKRecentListViewControllerDelegate, UIGestureRecognizerDelegate>
@interface HomeViewController : RecentsViewController <MXKRecentListViewControllerDelegate>
@end