1 /* 2 * Copyright (c) Meta Platforms, Inc. and 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 8 #import <ABI47_0_0React/ABI47_0_0RCTBridgeModule.h> 9 #import <ABI47_0_0React/ABI47_0_0RCTEventDispatcherProtocol.h> 10 #import <ABI47_0_0React/ABI47_0_0RCTEventEmitter.h> 11 #import <ABI47_0_0React/ABI47_0_0RCTSurfacePresenterStub.h> 12 #import <ABI47_0_0React/ABI47_0_0RCTUIManager.h> 13 #import <ABI47_0_0React/ABI47_0_0RCTUIManagerObserverCoordinator.h> 14 #import <ABI47_0_0React/ABI47_0_0RCTUIManagerUtils.h> 15 16 #import "ABI47_0_0RCTValueAnimatedNode.h" 17 18 // TODO T69437152 @petetheheat - Delete this fork when Fabric ships to 100%. 19 // NOTE: This module is temporarily forked (see ABI47_0_0RCTNativeAnimatedTurboModule). 20 // When making any changes, be sure to apply them to the fork as well. 21 @interface ABI47_0_0RCTNativeAnimatedModule : ABI47_0_0RCTEventEmitter <ABI47_0_0RCTBridgeModule, ABI47_0_0RCTValueAnimatedNodeObserver, ABI47_0_0RCTEventDispatcherObserver, ABI47_0_0RCTUIManagerObserver, ABI47_0_0RCTSurfacePresenterObserver> 22 23 @end 24