mirror of
https://github.com/Instagram/IGListKit
synced 2026-04-21 13:37:19 +00:00
Removed duplicate header import
This commit is contained in:
parent
2a420fa06d
commit
83825b376e
1 changed files with 0 additions and 2 deletions
|
|
@ -55,7 +55,6 @@ FOUNDATION_EXPORT const unsigned char IGListKitVersionString[];
|
|||
#import "IGListTransitionDelegate.h"
|
||||
#import "IGListUpdatingDelegate.h"
|
||||
#import "IGListWorkingRangeDelegate.h"
|
||||
#import "IGListCollectionViewDelegateLayout.h"
|
||||
#import "UIViewController+IGListAdapter.h"
|
||||
#else
|
||||
#import <IGListKit/IGListAdapter.h>
|
||||
|
|
@ -87,7 +86,6 @@ FOUNDATION_EXPORT const unsigned char IGListKitVersionString[];
|
|||
#import <IGListKit/IGListTransitionDelegate.h>
|
||||
#import <IGListKit/IGListUpdatingDelegate.h>
|
||||
#import <IGListKit/IGListWorkingRangeDelegate.h>
|
||||
#import <IGListKit/IGListCollectionViewDelegateLayout.h>
|
||||
#import <IGListKit/UIViewController+IGListAdapter.h>
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue