Exclude all of ASMultiplexImageNode from tvOS - for now.

This commit is contained in:
Scott Goodson
2016-01-23 11:45:09 -08:00
parent 28b03e3a28
commit fe572c23fb
2 changed files with 11 additions and 6 deletions

View File

@@ -6,11 +6,12 @@
* of patent rights can be found in the PATENTS file in the same directory.
*/
#if TARGET_OS_IOS
#import <AsyncDisplayKit/ASImageNode.h>
#import <AsyncDisplayKit/ASImageProtocols.h>
#if TARGET_OS_IOS
#import <Photos/Photos.h>
#endif
NS_ASSUME_NONNULL_BEGIN
@protocol ASMultiplexImageNodeDelegate;
@@ -265,4 +266,6 @@ didFinishDownloadingImageWithIdentifier:(ASImageIdentifier)imageIdentifier
@end
#endif
NS_ASSUME_NONNULL_END
NS_ASSUME_NONNULL_END
#endif