ASControlNode+tvOS.h 510 B

1234567891011121314151617181920
  1. //
  2. // ASControlNode+tvOS.h
  3. // AsyncDisplayKit
  4. //
  5. // Created by Aaron Schubert on 21/04/2016.
  6. //
  7. // Copyright (c) 2014-present, Facebook, Inc. All rights reserved.
  8. // This source code is licensed under the BSD-style license found in the
  9. // LICENSE file in the root directory of this source tree. An additional grant
  10. // of patent rights can be found in the PATENTS file in the same directory.
  11. //
  12. #if TARGET_OS_TV
  13. #import <AsyncDisplayKit/AsyncDisplayKit.h>
  14. @interface ASControlNode (tvOS)
  15. @end
  16. #endif