MESSENGER-2638 new layout feature banner

This commit is contained in:
JanNiklas Grabowski
2023-03-28 10:38:04 +00:00
parent 92099d3813
commit bba325bbe9
20 changed files with 341 additions and 242 deletions
+2 -2
View File
@@ -15,13 +15,13 @@
limitations under the License.
*/
#import "RecentsBannerViewController.h"
#import "RecentsViewController.h"
#import "RecentsDataSource.h"
/**
The `HomeViewController` screen is the main app screen.
*/
@interface HomeViewController : RecentsBannerViewController <UITableViewDataSource, UICollectionViewDataSource, UICollectionViewDelegate, UICollectionViewDelegateFlowLayout>
@interface HomeViewController : RecentsViewController <UITableViewDataSource, UICollectionViewDataSource, UICollectionViewDelegate, UICollectionViewDelegateFlowLayout>
+ (instancetype)instantiate;