Files
mattermost-mobile/ios/Mattermost/NotificationsModule.h
2022-08-19 16:29:15 -04:00

7 lines
140 B
Objective-C

#import <React/RCTBridgeModule.h>
#import "RCTConvert+RNNotifications.h"
@interface NotificationsModule : NSObject <RCTBridgeModule>
@end