RNNotificationsBridgeQueue.h 248 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10
#import <Foundation/Foundation.h>

@interface RNNotificationsBridgeQueue : NSObject

@property (nonatomic, retain) NSDictionary* lastAction;
@property (nonatomic, copy) void (^lastCompletionHandler)();

+ (nonnull instancetype)sharedInstance;

@end