mirror of
https://github.com/HackPlan/AsyncDisplayKit.git
synced 2026-04-22 19:13:55 +08:00
fix breaking test imports
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
* of patent rights can be found in the PATENTS file in the same directory.
|
||||
*/
|
||||
|
||||
#import <AsyncDisplayKit/ASBasicImageDownloaderInternal.h>
|
||||
#import <AsyncDisplayKit/ASBasicImageDownloader.h>
|
||||
#import "ASBasicImageDownloaderInternal.h"
|
||||
|
||||
#import <OCMock/OCMock.h>
|
||||
|
||||
|
||||
@@ -7,8 +7,7 @@
|
||||
*/
|
||||
|
||||
#import "ASSnapshotTestCase.h"
|
||||
|
||||
#import <AsyncDisplayKit/ASDisplayNodeInternal.h>
|
||||
#import "ASDisplayNodeInternal.h"
|
||||
|
||||
@implementation ASSnapshotTestCase
|
||||
|
||||
|
||||
Reference in New Issue
Block a user