Overhaul header files / includes to eliminate circular references that Xcode 7 is angry about.

This commit is contained in:
Scott Goodson
2015-12-25 19:22:00 -08:00
parent 89f9fc551f
commit a2cf2a88e6
28 changed files with 46 additions and 37 deletions

View File

@@ -8,8 +8,7 @@
#import "ASPagerNode.h"
#import "ASDelegateProxy.h"
#import <AsyncDisplayKit/AsyncDisplayKit.h>
#import "ASDisplayNode+Subclasses.h"
@interface ASPagerNode () <ASCollectionDataSource, ASCollectionViewDelegateFlowLayout, ASDelegateProxyInterceptor> {
UICollectionViewFlowLayout *_flowLayout;