mirror of
https://github.com/zhigang1992/react-native-reanimated.git
synced 2026-06-15 02:19:30 +08:00
12 lines
145 B
Objective-C
12 lines
145 B
Objective-C
#import <UIKit/UIKit.h>
|
|
|
|
#import "REANode.h"
|
|
|
|
@class REAValueNode;
|
|
|
|
@interface REAValueNode : REANode
|
|
|
|
- (void)setValue:(NSNumber *)value;
|
|
|
|
@end
|