mirror of
https://github.com/Instagram/IGListKit
synced 2026-05-19 15:28:54 +00:00
13 lines
356 B
C
13 lines
356 B
C
|
|
/**
|
||
|
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
||
|
|
*
|
||
|
|
* This source code is licensed under the MIT license found in the
|
||
|
|
* LICENSE file in the root directory of this source tree.
|
||
|
|
*/
|
||
|
|
|
||
|
|
#import <IGListKit/IGListKit.h>
|
||
|
|
|
||
|
|
@interface IGTestInvalidateLayoutSectionController : IGListBindingSectionController <IGListBindingSectionControllerDataSource>
|
||
|
|
|
||
|
|
@end
|