mirror of
https://github.com/status-im/react-native.git
synced 2025-01-22 07:20:23 +00: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
|