Skip to content

Commit bec09ed

Browse files
committed
Removing #imports for CoreServices
1 parent d67e8a6 commit bec09ed

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

AFNetworking/AFHTTPClient.m

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,6 @@
2727

2828
#import <Availability.h>
2929

30-
#if __IPHONE_OS_VERSION_MIN_REQUIRED
31-
#import <MobileCoreServices/MobileCoreServices.h>
32-
#else
33-
#import <CoreServices/CoreServices.h>
34-
#endif
35-
3630
#ifdef _SYSTEMCONFIGURATION_H
3731
#import <SystemConfiguration/SystemConfiguration.h>
3832
#import <netinet/in.h>

Example/Prefix.pch

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#import <UIKit/UIKit.h>
1010
#import <Foundation/Foundation.h>
1111
#import <SystemConfiguration/SystemConfiguration.h>
12+
#import <MobileCoreServices/MobileCoreServices.h>
1213
#endif
1314
#else
1415
#ifdef __OBJC__

0 commit comments

Comments
 (0)