Expose more of RCTWebSocketObserver
Reviewed By: javache Differential Revision: D4297162 fbshipit-source-id: 97032ccf3dc6bd259ca0fa2883eff45c0c49347f
This commit is contained in:
parent
587606987f
commit
cfb8b19126
|
@ -19,6 +19,7 @@
|
||||||
- (instancetype)initWithURL:(NSURL *)url;
|
- (instancetype)initWithURL:(NSURL *)url;
|
||||||
@property (nonatomic, weak) id<RCTWebSocketObserverDelegate> delegate;
|
@property (nonatomic, weak) id<RCTWebSocketObserverDelegate> delegate;
|
||||||
- (void)start;
|
- (void)start;
|
||||||
|
- (void)stop;
|
||||||
@end
|
@end
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue