Fix warnings (#3194)

This commit is contained in:
Michael Schneider
2017-03-17 07:15:31 -07:00
committed by GitHub
parent 39a2d7eebb
commit 0e73f4ad5e
6 changed files with 4 additions and 38 deletions

View File

@@ -27,7 +27,6 @@ static const BOOL kSimulateWebResponse = YES;
static const NSInteger kBatchSize = 20;
static const CGFloat kHorizontalSectionPadding = 10.0f;
static const CGFloat kVerticalSectionPadding = 20.0f;
@interface ViewController () <ASCollectionDataSource, ASCollectionDelegate, ASCollectionDelegateFlowLayout>
{