UNPKG

318 BPlain TextView Raw
1//Copyright (c) 2019 ___ORGANIZATIONNAME___. All rights reserved.
2
3#import <Foundation/Foundation.h>
4
5#import <Foundation/Foundation.h>
6#import <React/RCTBridgeModule.h>
7#import <React/RCTEventEmitter.h>
8
9@interface RCT_EXTERN_MODULE(ReactNativeEventEmitter, RCTEventEmitter)
10
11RCT_EXTERN_METHOD(supportedEvents)
12
13@end