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:
Tim Oliver 2023-04-20 22:15:12 -07:00 committed by Facebook GitHub Bot
parent bc83026985
commit f2b16b345e

View file

@ -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 ()