2024-10-29 07:36:43 +00:00
|
|
|
#import <RNReanimated/REANode.h>
|
2024-05-02 15:08:24 +00:00
|
|
|
|
|
|
|
@interface REAClockNode : REANode
|
|
|
|
@property (nonatomic, readonly) BOOL isRunning;
|
|
|
|
- (void)start;
|
|
|
|
- (void)stop;
|
|
|
|
@end
|
|
|
|
|
|
|
|
@interface REAClockOpNode : REANode
|
|
|
|
@end
|
|
|
|
|
|
|
|
@interface REAClockStartNode : REAClockOpNode
|
|
|
|
@end
|
|
|
|
|
|
|
|
@interface REAClockStopNode : REAClockOpNode
|
|
|
|
@end
|
|
|
|
|
|
|
|
@interface REAClockTestNode : REAClockOpNode
|
|
|
|
@end
|