Skip to content

Commit a4c73da

Browse files
committed
Fix issue in category property.
1 parent 8f9a4f7 commit a4c73da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

STNetTaskQueue/STHTTPNetTaskQueueHandler.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ @interface NSURLSessionTask (STHTTPNetTaskQueueHandlerOperation)
6363

6464
@implementation NSURLSessionTask (STHTTPNetTaskQueueHandlerOperation)
6565

66+
@dynamic operation;
67+
6668
- (void)setOperation:(STHTTPNetTaskQueueHandlerOperation *)operation
6769
{
6870
objc_setAssociatedObject(self, @selector(operation), operation, OBJC_ASSOCIATION_RETAIN_NONATOMIC);

0 commit comments

Comments
 (0)