fix breaking test imports

This commit is contained in:
Jack Flintermann 2015-09-16 23:39:19 -04:00
parent 5c4a506af4
commit b84c371211
2 changed files with 2 additions and 3 deletions

View File

@ -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>

View File

@ -7,8 +7,7 @@
*/
#import "ASSnapshotTestCase.h"
#import <AsyncDisplayKit/ASDisplayNodeInternal.h>
#import "ASDisplayNodeInternal.h"
@implementation ASSnapshotTestCase