[tvOS] Initial commit to make build run.

This commit is contained in:
Aaron Schubert
2016-01-12 14:43:30 +00:00
parent 516e1f177d
commit cc4f604ea3
13 changed files with 48 additions and 23 deletions

View File

@@ -6,6 +6,7 @@
* of patent rights can be found in the PATENTS file in the same directory.
*/
#if TARGET_OS_IOS
#import "ASMapNode.h"
#import <AsyncDisplayKit/ASDisplayNode+Subclasses.h>
#import <AsyncDisplayKit/ASDisplayNodeExtras.h>
@@ -246,4 +247,5 @@
}
}
}
@end
@end
#endif