Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Commit

Permalink
Fix the CI (#2992)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adlai Holler authored Feb 6, 2017
1 parent 4e8a264 commit e4c9878
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AsyncDisplayKit/Private/ASIGListAdapterBasedDataSource.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
#if IG_LIST_KIT

#import <IGListKit/IGListKit.h>
#import <AsyncDisplayKit/AsyncDisplayKit.h>
#import "ASCollectionInteropProtocols.h"
#import <AsyncDisplayKit/ASCollectionView.h>
#import <AsyncDisplayKit/ASCollectionNode.h>

AS_SUBCLASSING_RESTRICTED
@interface ASIGListAdapterBasedDataSource : NSObject <ASCollectionDataSourceInterop, ASCollectionDelegateInterop, ASCollectionDelegateFlowLayout>
Expand Down

0 comments on commit e4c9878

Please sign in to comment.