Expose more of RCTWebSocketObserver

Reviewed By: javache

Differential Revision: D4297162

fbshipit-source-id: 97032ccf3dc6bd259ca0fa2883eff45c0c49347f
This commit is contained in:
Adam Ernst 2016-12-08 07:28:17 -08:00 committed by Facebook Github Bot
parent 587606987f
commit cfb8b19126
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@
- (instancetype)initWithURL:(NSURL *)url;
@property (nonatomic, weak) id<RCTWebSocketObserverDelegate> delegate;
- (void)start;
- (void)stop;
@end
#endif