Skip to content

Commit

Permalink
Expose the underlying NSURLRequest
Browse files Browse the repository at this point in the history
  • Loading branch information
robertjpayne committed May 12, 2016
1 parent aaff48e commit 672348b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PocketSocket/PSWebSocket.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ typedef NS_ENUM(NSInteger, PSWebSocketReadyState) {

#pragma mark - Properties


@property (nonatomic, strong, readonly) NSURLRequest *request;
@property (nonatomic, assign, readonly) PSWebSocketReadyState readyState;
@property (nonatomic, weak) id <PSWebSocketDelegate> delegate;
@property (nonatomic, strong) dispatch_queue_t delegateQueue;
Expand Down

0 comments on commit 672348b

Please sign in to comment.