forked from Ivasoft/mattermost-mobile
7 lines
140 B
Objective-C
7 lines
140 B
Objective-C
#import <React/RCTBridgeModule.h>
|
|
#import "RCTConvert+RNNotifications.h"
|
|
|
|
@interface NotificationsModule : NSObject <RCTBridgeModule>
|
|
|
|
@end
|