RCTNativeAnimatedModule.h 674 B

1234567891011121314151617181920
  1. /*
  2. * Copyright (c) Facebook, Inc. and its affiliates.
  3. *
  4. * This source code is licensed under the MIT license found in the
  5. * LICENSE file in the root directory of this source tree.
  6. */
  7. #import <React/RCTBridgeModule.h>
  8. #import <React/RCTEventDispatcher.h>
  9. #import <React/RCTEventEmitter.h>
  10. #import <React/RCTSurfacePresenterStub.h>
  11. #import <React/RCTUIManager.h>
  12. #import <React/RCTUIManagerObserverCoordinator.h>
  13. #import <React/RCTUIManagerUtils.h>
  14. #import "RCTValueAnimatedNode.h"
  15. @interface RCTNativeAnimatedModule : RCTEventEmitter <RCTBridgeModule, RCTValueAnimatedNodeObserver, RCTEventDispatcherObserver, RCTUIManagerObserver, RCTSurfacePresenterObserver>
  16. @end