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 Martin Konicek
parent f02bca7de9
commit d9caf735ee

View File

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