2017-03-15 16:25:03 +00:00
|
|
|
/**
|
|
|
|
|
* Copyright (c) 2016-present, Facebook, Inc.
|
|
|
|
|
* All rights reserved.
|
|
|
|
|
*
|
|
|
|
|
* This source code is licensed under the BSD-style license found in the
|
|
|
|
|
* LICENSE file in the root directory of this source tree. An additional grant
|
|
|
|
|
* of patent rights can be found in the PATENTS file in the same directory.
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
|
|
|
|
|
|
#import <IGListKit/IGListSectionController.h>
|
|
|
|
|
|
2017-04-19 15:17:56 +00:00
|
|
|
|
|
|
|
|
@interface IGListTestContainerSizeSection : IGListSectionController
|
2017-03-15 16:25:03 +00:00
|
|
|
|
|
|
|
|
@property (nonatomic, assign) NSInteger items;
|
|
|
|
|
|
|
|
|
|
@end
|