[AsyncDisplayKit] Fix build so we can weak link AVFoundation

Unclear why the framework target required these seemingly unrelated changes to Collection
classes, but I modeled them after related files and it seems cleaner now (passes tests & framework target)
This commit is contained in:
Hannah Troisi
2016-03-19 17:54:02 -07:00
parent b98920c19f
commit f9a92366d3
6 changed files with 21 additions and 11 deletions

View File

@@ -8,7 +8,8 @@
#import <UIKit/UIKit.h>
#import <XCTest/XCTest.h>
#import "ASVideoNode.h"
#import <AVFoundation/AVFoundation.h>
#import <AsyncDisplayKit/AsyncDisplayKit.h>
@interface ASVideoNodeTests : XCTestCase
{