ASDefaultPlayButton.h 492 B

123456789101112131415161718
  1. //
  2. // ASDefaultPlayButton.h
  3. // AsyncDisplayKit
  4. //
  5. // Created by Luke Parham on 1/27/16.
  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. #import <AsyncDisplayKit/ASButtonNode.h>
  13. @interface ASDefaultPlayButton : ASButtonNode
  14. @end