Skip to content

Commit

Permalink
Add framework import check for IGListBindingSingleSectionController
Browse files Browse the repository at this point in the history
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
  • Loading branch information
TimOliver authored and GreeMoz committed Jan 31, 2024
1 parent 1309964 commit 7b94571
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Source/IGListKit/IGListBindingSingleSectionController.m
Original file line number Diff line number Diff line change
Expand Up @@ -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 ()
Expand Down

0 comments on commit 7b94571

Please sign in to comment.