Remove unnecessary import in ScreenNode.m

This commit is contained in:
Huy Nguyen 2015-09-17 00:11:41 +03:00
parent 8ebc3bdf67
commit 1ef1b647c9

View File

@ -7,7 +7,6 @@
//
#import "ScreenNode.h"
#import "AsyncDisplayKit/AsyncDisplayKit.h"
@interface ScreenNode() <ASMultiplexImageNodeDataSource, ASMultiplexImageNodeDelegate, ASImageDownloaderProtocol>
@end