Prepare UX Rework:

- Add Home tab
This commit is contained in:
Giom Foret
2017-05-05 15:30:35 +02:00
parent baf46496bb
commit 1dfff91c29
13 changed files with 629 additions and 30 deletions
+1 -1
View File
@@ -20,6 +20,6 @@
/**
The `HomeViewController` screen is the main app screen.
*/
@interface HomeViewController : RecentsViewController
@interface HomeViewController : RecentsViewController <UITableViewDataSource, UICollectionViewDataSource, UICollectionViewDelegate, UICollectionViewDelegateFlowLayout>
@end