2024-10-29 07:36:43 +00:00
|
|
|
#import <RNReanimated/REAValueNode.h>
|
2024-05-02 15:08:24 +00:00
|
|
|
|
|
|
|
@interface REAParamNode : REAValueNode
|
|
|
|
|
2024-10-29 07:36:43 +00:00
|
|
|
- (void)beginContext:(NSNumber *)ref prevCallID:(NSNumber *)prevCallID;
|
2024-05-02 15:08:24 +00:00
|
|
|
- (void)endContext;
|
|
|
|
- (void)start;
|
|
|
|
- (void)stop;
|
|
|
|
- (BOOL)isRunning;
|
|
|
|
@end
|