RNNotificationsStore.h 285 Bytes
Newer Older
1 2 3 4
#import <Foundation/Foundation.h>

@interface RNNotificationsStore : NSObject

yogevbd's avatar
WIP  
yogevbd committed
5 6 7 8 9
@property NSDictionary* initialNotification;

- (void)completeAction:(NSString *)completionKey;
- (void)setCompletionHandler:(void (^)())completionHandler withCompletionKey:(NSString *)completionKey;

10
@end