mirror of
https://github.com/Instagram/IGListKit
synced 2026-05-24 01:38:26 +00:00
Delete duplicate headers in IGListKit.h (#1347)
Summary: ## Changes in this pull request Delete duplicate headers in `IGListKit.h` ### Checklist - [x] All tests pass. Demo project builds and runs. - [x] I added tests, an experiment, or detailed why my change isn't tested. - [x] I added an entry to the `CHANGELOG.md` for any breaking changes, enhancements, or bug fixes. - [x] I have reviewed the [contributing guide](https://github.com/Instagram/IGListKit/blob/master/.github/CONTRIBUTING.md) Pull Request resolved: https://github.com/Instagram/IGListKit/pull/1347 Reviewed By: joetam Differential Revision: D16542316 Pulled By: joetam fbshipit-source-id: feaaaaca0f9eddc4be58996c8a3a2521a7817185
This commit is contained in:
parent
e2fd2edda7
commit
cb344f9814
1 changed files with 0 additions and 2 deletions
|
|
@ -29,7 +29,6 @@ FOUNDATION_EXPORT const unsigned char IGListKitVersionString[];
|
|||
#import <IGListKit/IGListAdapterUpdaterDelegate.h>
|
||||
#import <IGListKit/IGListBatchContext.h>
|
||||
#import <IGListKit/IGListBindable.h>
|
||||
#import <IGListKit/IGListBindable.h>
|
||||
#import <IGListKit/IGListBindingSectionController.h>
|
||||
#import <IGListKit/IGListBindingSectionControllerDataSource.h>
|
||||
#import <IGListKit/IGListBindingSectionControllerSelectionDelegate.h>
|
||||
|
|
@ -37,7 +36,6 @@ FOUNDATION_EXPORT const unsigned char IGListKitVersionString[];
|
|||
#import <IGListKit/IGListCollectionView.h>
|
||||
#import <IGListKit/IGListCollectionViewLayout.h>
|
||||
#import <IGListKit/IGListDisplayDelegate.h>
|
||||
#import <IGListKit/IGListExperiments.h>
|
||||
#import <IGListKit/IGListGenericSectionController.h>
|
||||
#import <IGListKit/IGListCollectionViewDelegateLayout.h>
|
||||
#import <IGListKit/IGListReloadDataUpdater.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue