11 lines
177 B
C
11 lines
177 B
C
|
#import <Foundation/Foundation.h>
|
||
|
#import <React/RCTEventDispatcher.h>
|
||
|
|
||
|
NS_ASSUME_NONNULL_BEGIN
|
||
|
|
||
|
@interface REAEventDispatcher : RCTEventDispatcher
|
||
|
|
||
|
@end
|
||
|
|
||
|
NS_ASSUME_NONNULL_END
|