ThreadManager.h 287 Bytes
Newer Older
Travis Nuttall's avatar
Travis Nuttall committed
1 2
#ifndef ThreadManager_h
#define ThreadManager_h
3

Travis Nuttall's avatar
Travis Nuttall committed
4
#import "ThreadSelfManager.h"
5 6 7 8 9
#import <React/RCTBridge.h>
#import <React/RCTBridge+Private.h>
#import <React/RCTEventDispatcher.h>
#import <React/RCTBundleURLProvider.h>

Travis Nuttall's avatar
Travis Nuttall committed
10
@interface ThreadManager : NSObject <RCTBridgeModule>
11 12 13
@end

#endif