2024-05-02 15:08:24 +00:00
|
|
|
#import <React/RCTBridgeModule.h>
|
|
|
|
#import <React/RCTEventDispatcher.h>
|
|
|
|
#import <React/RCTEventEmitter.h>
|
|
|
|
#import <React/RCTUIManager.h>
|
|
|
|
#import <React/RCTUIManagerObserverCoordinator.h>
|
|
|
|
#import <React/RCTUIManagerUtils.h>
|
|
|
|
|
2024-10-29 07:36:43 +00:00
|
|
|
#import <RNReanimated/REAValueNode.h>
|
2024-05-02 15:08:24 +00:00
|
|
|
|
|
|
|
@interface REAModule : RCTEventEmitter <RCTBridgeModule, RCTEventDispatcherObserver, RCTUIManagerObserver>
|
|
|
|
|
2024-10-29 07:36:43 +00:00
|
|
|
@property (nonatomic, readonly) REANodesManager *nodesManager;
|
|
|
|
|
2024-05-02 15:08:24 +00:00
|
|
|
@end
|