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.
2 parents cc49cd8 + 2fc6d99 commit 8da16a0Copy full SHA for 8da16a0
AFNetworking/AFXMLRequestOperation.m
@@ -24,6 +24,7 @@
24
25
#include <Availability.h>
26
27
+#if __MAC_OS_X_VERSION_MIN_REQUIRED
28
static dispatch_queue_t af_xml_request_operation_processing_queue;
29
static dispatch_queue_t xml_request_operation_processing_queue() {
30
if (af_xml_request_operation_processing_queue == NULL) {
@@ -32,6 +33,7 @@ static dispatch_queue_t xml_request_operation_processing_queue() {
32
33
34
return af_xml_request_operation_processing_queue;
35
}
36
+#endif
37
38
@interface AFXMLRequestOperation ()
39
@property (readwrite, nonatomic, retain) NSXMLParser *responseXMLParser;
0 commit comments