We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4a7b7f commit d3aa5d3Copy full SHA for d3aa5d3
Vendor/CocoaAsyncSocket/GCDAsyncSocket.h
@@ -90,7 +90,11 @@ typedef enum GCDAsyncSocketError GCDAsyncSocketError;
90
#pragma mark Configuration
91
92
@property (atomic, weak, readwrite) id delegate;
93
+#if OS_OBJECT_USE_OBJC
94
@property (atomic, strong, readwrite) dispatch_queue_t delegateQueue;
95
+#else
96
+@property (atomic, assign, readwrite) dispatch_queue_t delegateQueue;
97
+#endif
98
99
- (void)getDelegate:(id *)delegatePtr delegateQueue:(dispatch_queue_t *)delegateQueuePtr;
100
- (void)setDelegate:(id)delegate delegateQueue:(dispatch_queue_t)delegateQueue;
0 commit comments