[Build] Remove Unused Imports across all of AsyncDisplayKit. This uses a feature of AppCode. (#1875)

Details on the tool are here: https://www.jetbrains.com/help/idea/2016.1/optimizing-imports.html
This commit is contained in:
appleguy
2016-07-09 17:20:59 -07:00
committed by GitHub
parent e7e2672472
commit 3b2af7eb6d
49 changed files with 0 additions and 98 deletions

View File

@@ -14,9 +14,6 @@
#import "ASDelegateProxy.h"
#import "ASDisplayNode+Subclasses.h"
#import "ASPagerFlowLayout.h"
#import "ASCollectionView.h"
#import "ASCollectionViewProtocols.h"
#import "UICollectionViewLayout+ASConvenience.h"
@interface ASPagerNode () <ASCollectionDataSource, ASCollectionViewDelegateFlowLayout, ASDelegateProxyInterceptor>
{