Get CatDealsCollectionView example running again #trivial (#783)

* Get CatDealsCollectionView example running again

* Fix it for real and some other styling stuff

* Fix some warning

* Adjust headers
This commit is contained in:
Michael Schneider
2018-02-02 11:41:19 -08:00
committed by GitHub
parent c6454214ac
commit 5ea4d51596
12 changed files with 194 additions and 180 deletions

View File

@@ -20,7 +20,6 @@
@interface ItemNode : ASCellNode
- initWithViewModel:(ItemViewModel *)viewModel;
+ (CGSize)sizeForWidth:(CGFloat)width;
+ (CGSize)preferredViewSize;