Skip to content
This repository has been archived by the owner on Mar 16, 2019. It is now read-only.

Commit

Permalink
Fix related to #31
Browse files Browse the repository at this point in the history
  • Loading branch information
wkh237 committed Jun 27, 2016
1 parent 076165a commit f21e0d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ios/RNFetchBlobFS.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

@property (nonatomic) NSOutputStream * outStream;
@property (nonatomic) NSInputStream * inStream;
@property (nonatomic) RCTResponseSenderBlock callback;
@property (strong, nonatomic) RCTResponseSenderBlock callback;
@property (nonatomic) RCTBridge * bridge;
@property (nonatomic) NSString * encoding;
@property (nonatomic) NSString * taskId;
Expand Down

0 comments on commit f21e0d8

Please sign in to comment.