зеркало из https://github.com/github/AFNetworking.git
19 строки
526 B
Plaintext
19 строки
526 B
Plaintext
//
|
|
// Prefix header for all source files of the 'AFNetworking' target in the 'AFNetworking' project
|
|
//
|
|
|
|
#define _AFNETWORKING_PIN_SSL_CERTIFICATES_
|
|
|
|
#ifdef __OBJC__
|
|
#import <Foundation/Foundation.h>
|
|
|
|
#import <Availability.h>
|
|
#if __IPHONE_OS_VERSION_MIN_REQUIRED
|
|
#import <SystemConfiguration/SystemConfiguration.h>
|
|
#import <MobileCoreServices/MobileCoreServices.h>
|
|
#else
|
|
#import <SystemConfiguration/SystemConfiguration.h>
|
|
#import <CoreServices/CoreServices.h>
|
|
#endif
|
|
#endif
|