Skip to content

Commit

Permalink
the copy was supposed to be on the data not response
Browse files Browse the repository at this point in the history
  • Loading branch information
woshimaliang committed Apr 4, 2024
1 parent 285084c commit 126f628
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PINFuture/Classes/Categories/PINNSURLSessionDataTaskResult.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ NS_ASSUME_NONNULL_BEGIN

@interface PINNSURLSessionDataTaskResult : NSObject

@property (nonatomic, readonly) NSData * _Nullable data;
@property (nonatomic, copy, readonly) NSURLResponse * _Nullable response;
@property (nonatomic, copy, readonly) NSData * _Nullable data;
@property (nonatomic, readonly) NSURLResponse * _Nullable response;
@property (nonatomic, readonly) NSError * _Nullable error;

+ (instancetype)resultWithData:(NSData * _Nullable)data
Expand Down

0 comments on commit 126f628

Please sign in to comment.