mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-24 04:16:00 +08:00
[ReactNative][RFC] Bring Chrome debugger to OSS. Part 1
This commit is contained in:
9
Libraries/RCTWebSocketDebugger/RCTWebSocketExecutor.h
Normal file
9
Libraries/RCTWebSocketDebugger/RCTWebSocketExecutor.h
Normal file
@@ -0,0 +1,9 @@
|
||||
// Copyright 2004-present Facebook. All Rights Reserved.
|
||||
|
||||
#import "RCTJavaScriptExecutor.h"
|
||||
|
||||
@interface RCTWebSocketExecutor : NSObject <RCTJavaScriptExecutor>
|
||||
|
||||
- (instancetype)initWithURL:(NSURL *)url;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user