mirror of
https://github.com/Instagram/IGListKit
synced 2026-05-05 22:48:21 +00:00
Add framework import check for IGListBindingSingleSectionController
Summary: One final tweak to IGListBindingSingleSectionController to ensure proper running with the sample apps on GitHub. Reviewed By: m3rlin45 Differential Revision: D45170133 fbshipit-source-id: 8b48761962dee79a408cad2e9ffcc55a0fbd550e
This commit is contained in:
parent
bc83026985
commit
f2b16b345e
1 changed files with 5 additions and 0 deletions
|
|
@ -7,7 +7,12 @@
|
|||
|
||||
#import "IGListBindingSingleSectionController.h"
|
||||
|
||||
#if !__has_include(<IGListDiffKit/IGListDiffKit.h>)
|
||||
#import "IGListAssert.h"
|
||||
#else
|
||||
#import <IGListDiffKit/IGListAssert.h>
|
||||
#endif
|
||||
|
||||
#import "IGListSectionControllerInternal.h"
|
||||
|
||||
@interface IGListBindingSingleSectionController ()
|
||||
|
|
|
|||
Loading…
Reference in a new issue