mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-26 11:30:50 +02:00
Prepare UX Rework:
- Define the 4 tabs: Home, Fav, People and Rooms
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user