ThreadSelfManager.h 289 Bytes
Newer Older
Travis Nuttall's avatar
Travis Nuttall committed
1 2
#ifndef ThreadSelfManager_h
#define ThreadSelfManager_h
3 4 5 6 7

#import <React/RCTBridge.h>
#import <React/RCTBridge+Private.h>
#import <React/RCTEventDispatcher.h>

Travis Nuttall's avatar
Travis Nuttall committed
8 9
@interface ThreadSelfManager : NSObject <RCTBridgeModule>
@property int threadId;
10 11 12 13
@property RCTBridge *parentBridge;
@end

#endif