mirror of
https://github.com/zhigang1992/react-native-reanimated.git
synced 2026-06-15 02:19:30 +08:00
10 lines
142 B
Objective-C
10 lines
142 B
Objective-C
#import "REANode.h"
|
|
|
|
#import <React/RCTEventDispatcher.h>
|
|
|
|
@interface REAEventNode : REANode
|
|
|
|
- (void)processEvent:(id<RCTEvent>)event;
|
|
|
|
@end
|