mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-05 22:47:48 +08:00
10 lines
209 B
Objective-C
10 lines
209 B
Objective-C
// Copyright 2004-present Facebook. All Rights Reserved.
|
|
|
|
#import "RCTJavaScriptExecutor.h"
|
|
|
|
@interface RCTWebSocketExecutor : NSObject <RCTJavaScriptExecutor>
|
|
|
|
- (instancetype)initWithURL:(NSURL *)url;
|
|
|
|
@end
|