Files
react-native-notifications/RNNotifications/RNBridgeModule.h
yogevbd 911765e24f WIP
2019-07-04 16:37:32 +03:00

8 lines
131 B
Objective-C

#import <Foundation/Foundation.h>
#import <React/RCTBridgeModule.h>
@interface RNBridgeModule : NSObject <RCTBridgeModule>
@end