Skip to content

Commit

Permalink
Remove build warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
hanton committed Sep 20, 2019
1 parent ee18b9c commit fb7bd51
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions Source/ASPagerNode.mm
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#import <AsyncDisplayKit/ASPagerFlowLayout.h>
#import <AsyncDisplayKit/ASCellNode.h>
#import <AsyncDisplayKit/UIResponder+AsyncDisplayKit.h>
#import <AsyncDisplayKit/ASCollectionView+Undeprecated.h>

@interface ASPagerNode () <ASCollectionDataSource, ASCollectionDelegate, ASCollectionDelegateFlowLayout, ASDelegateProxyInterceptor, ASCollectionGalleryLayoutPropertiesProviding>
{
Expand Down
1 change: 1 addition & 0 deletions Source/ASTableNode.mm
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#import <AsyncDisplayKit/ASDisplayNode+Beta.h>
#import <AsyncDisplayKit/ASRangeController.h>
#import <AsyncDisplayKit/ASAbstractLayoutController+FrameworkPrivate.h>
#import <AsyncDisplayKit/ASTableView+Undeprecated.h>

#pragma mark - _ASTablePendingState

Expand Down
1 change: 1 addition & 0 deletions Source/ASTableView.mm
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
#import <AsyncDisplayKit/ASRangeController.h>
#import <AsyncDisplayKit/ASTableLayoutController.h>
#import <AsyncDisplayKit/ASBatchContext.h>
#import <AsyncDisplayKit/ASTableView+Undeprecated.h>


static NSString * const kCellReuseIdentifier = @"_ASTableViewCell";
Expand Down
1 change: 1 addition & 0 deletions Source/Details/ASCollectionViewLayoutInspector.mm
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

#import <AsyncDisplayKit/ASCollectionView.h>
#import <AsyncDisplayKit/ASCollectionNode.h>
#import <AsyncDisplayKit/ASCollectionView+Undeprecated.h>

#pragma mark - Helper Functions

Expand Down
1 change: 1 addition & 0 deletions Source/Details/ASRangeController.mm
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

#import <AsyncDisplayKit/ASCellNode+Internal.h>
#import <AsyncDisplayKit/AsyncDisplayKit+Debug.h>
#import <AsyncDisplayKit/ASCollectionView+Undeprecated.h>

#define AS_RANGECONTROLLER_LOG_UPDATE_FREQ 0

Expand Down
1 change: 1 addition & 0 deletions Source/Private/ASCollectionViewFlowLayoutInspector.mm
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#import <AsyncDisplayKit/ASCollectionView.h>
#import <AsyncDisplayKit/ASEqualityHelpers.h>
#import <AsyncDisplayKit/ASCollectionNode.h>
#import <AsyncDisplayKit/ASCollectionView+Undeprecated.h>

#define kDefaultItemSize CGSizeMake(50, 50)

Expand Down

0 comments on commit fb7bd51

Please sign in to comment.