We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d67e8a6 commit bec09edCopy full SHA for bec09ed
2 files changed
AFNetworking/AFHTTPClient.m
@@ -27,12 +27,6 @@
27
28
#import <Availability.h>
29
30
-#if __IPHONE_OS_VERSION_MIN_REQUIRED
31
-#import <MobileCoreServices/MobileCoreServices.h>
32
-#else
33
-#import <CoreServices/CoreServices.h>
34
-#endif
35
-
36
#ifdef _SYSTEMCONFIGURATION_H
37
#import <SystemConfiguration/SystemConfiguration.h>
38
#import <netinet/in.h>
Example/Prefix.pch
@@ -9,6 +9,7 @@
9
#import <UIKit/UIKit.h>
10
#import <Foundation/Foundation.h>
11
12
+ #import <MobileCoreServices/MobileCoreServices.h>
13
#endif
14
#else
15
#ifdef __OBJC__
0 commit comments