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

Commit 669fd38

Browse files
author
Levi McCallum
committed
Fix project includes for ASPagerNode
1 parent 1b5ac36 commit 669fd38

4 files changed

Lines changed: 5 additions & 2 deletions

File tree

AsyncDisplayKit/ASCollectionNode.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// Copyright (c) 2015 Facebook. All rights reserved.
77
//
88

9-
#import <AsyncDisplayKit/AsyncDisplayKit.h>
9+
#import <AsyncDisplayKit/ASCollectionView.h>
1010

1111
/**
1212
* ASCollectionNode is a node based class that wraps an ASCollectionView. It can be used

AsyncDisplayKit/ASCollectionNode.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
//
88

99
#import "ASCollectionNode.h"
10+
#import "ASDisplayNode+Subclasses.h"
1011

1112
@implementation ASCollectionNode
1213

AsyncDisplayKit/ASPagerNode.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// Copyright © 2015 Facebook. All rights reserved.
77
//
88

9-
#import <AsyncDisplayKit/AsyncDisplayKit.h>
9+
#import <AsyncDisplayKit/ASCollectionNode.h>
1010

1111
@protocol ASPagerNodeDataSource;
1212

AsyncDisplayKit/ASPagerNode.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88

99
#import "ASPagerNode.h"
1010

11+
#import <AsyncDisplayKit/AsyncDisplayKit.h>
12+
1113
@interface ASPagerNode () <ASCollectionViewDataSource, ASCollectionViewDelegateFlowLayout> {
1214
UICollectionViewFlowLayout *_flowLayout;
1315
}

0 commit comments

Comments
 (0)