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_0RCTUIManagerUtils.h> 13 14 #import "ABI47_0_0RCTValueAnimatedNode.h" 15 16 // TODO T69437152 @petetheheat - Delete this fork when Fabric ships to 100%. 17 // NOTE: This module is temporarily forked (see ABI47_0_0RCTNativeAnimatedModule). 18 // When making any changes, be sure to apply them to the fork as well. 19 @interface ABI47_0_0RCTNativeAnimatedTurboModule: ABI47_0_0RCTEventEmitter <ABI47_0_0RCTBridgeModule, ABI47_0_0RCTValueAnimatedNodeObserver, ABI47_0_0RCTEventDispatcherObserver, ABI47_0_0RCTSurfacePresenterObserver> 20 21 @end 22