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