newsmemory-ios-sdk/Frameworks/RNReanimated.xcframework/ios-arm64/Headers/REAParamNode.h

11 lines
224 B
C
Raw Normal View History

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