Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions SVHTTPRequest/SVHTTPRequest.m
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ @interface SVHTTPRequest ()
@property (nonatomic, assign) dispatch_queue_t saveDataDispatchQueue;
@property (nonatomic, assign) dispatch_group_t saveDataDispatchGroup;
#else
@property (nonatomic, strong) dispatch_queue_t saveDataDispatchQueue;
@property (nonatomic, strong) dispatch_group_t saveDataDispatchGroup;
@property (nonatomic, strong) __attribute__((NSObject)) dispatch_queue_t saveDataDispatchQueue;
@property (nonatomic, strong) __attribute__((NSObject)) dispatch_group_t saveDataDispatchGroup;
#endif

@property (nonatomic, copy) SVHTTPRequestCompletionHandler operationCompletionBlock;
Expand Down