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 <ABI48_0_0React/ABI48_0_0RCTBridgeModule.h> 9 #import <ABI48_0_0React/ABI48_0_0RCTEventDispatcherProtocol.h> 10 #import <ABI48_0_0React/ABI48_0_0RCTEventEmitter.h> 11 #import <ABI48_0_0React/ABI48_0_0RCTSurfacePresenterStub.h> 12 #import <ABI48_0_0React/ABI48_0_0RCTUIManager.h> 13 #import <ABI48_0_0React/ABI48_0_0RCTUIManagerObserverCoordinator.h> 14 #import <ABI48_0_0React/ABI48_0_0RCTUIManagerUtils.h> 15 16 #import "ABI48_0_0RCTValueAnimatedNode.h" 17 18 // TODO T69437152 @petetheheat - Delete this fork when Fabric ships to 100%. 19 // NOTE: This module is temporarily forked (see ABI48_0_0RCTNativeAnimatedTurboModule). 20 // When making any changes, be sure to apply them to the fork as well. 21 @interface ABI48_0_0RCTNativeAnimatedModule : ABI48_0_0RCTEventEmitter < 22 ABI48_0_0RCTBridgeModule, 23 ABI48_0_0RCTValueAnimatedNodeObserver, 24 ABI48_0_0RCTEventDispatcherObserver, 25 ABI48_0_0RCTUIManagerObserver, 26 ABI48_0_0RCTSurfacePresenterObserver> 27 28 @end 29