mirror of
https://github.com/zhigang1992/react-native-reanimated.git
synced 2026-06-16 13:19:30 +08:00
17 lines
256 B
Objective-C
17 lines
256 B
Objective-C
#import "REANode.h"
|
|
|
|
@interface REAClockNode : REANode
|
|
@end
|
|
|
|
@interface REAClockOpNode : REANode
|
|
@end
|
|
|
|
@interface REAClockStartNode : REAClockOpNode
|
|
@end
|
|
|
|
@interface REAClockStopNode : REAClockOpNode
|
|
@end
|
|
|
|
@interface REAClockTestNode : REAClockOpNode
|
|
@end
|