Files
react-native-notifications/SmartNotifications/SmartNotifications.h
Lidan Hifi 1ee9741b7f initial release 😎
2016-04-06 16:30:52 +03:00

11 lines
251 B
Objective-C

@import UIKit;
#import "RCTBridgeModule.h"
@interface SmartNotifications : NSObject <RCTBridgeModule>
+ (void)didReceiveRemoteNotification:(NSDictionary *)notification;
+ (void)didReceiveLocalNotification:(UILocalNotification *)notification;
@end