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
|