Skip to content

Commit

Permalink
Expose more of RCTWebSocketObserver
Browse files Browse the repository at this point in the history
Reviewed By: javache

Differential Revision: D4297162

fbshipit-source-id: 97032ccf3dc6bd259ca0fa2883eff45c0c49347f
  • Loading branch information
adamjernst authored and Facebook Github Bot committed Dec 8, 2016
1 parent 5876069 commit cfb8b19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions React/Base/RCTWebSocketObserverProtocol.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
- (instancetype)initWithURL:(NSURL *)url;
@property (nonatomic, weak) id<RCTWebSocketObserverDelegate> delegate;
- (void)start;
- (void)stop;
@end

#endif

0 comments on commit cfb8b19

Please sign in to comment.