2013-05-10 15:53:33 -04:00
|
|
|
//
|
|
|
|
|
// Prefix header for all source files of the 'AFNetworking' target in the 'AFNetworking' project
|
|
|
|
|
//
|
|
|
|
|
|
2013-05-31 21:16:49 +02:00
|
|
|
#define _AFNETWORKING_PIN_SSL_CERTIFICATES_
|
|
|
|
|
|
2013-05-10 15:53:33 -04:00
|
|
|
#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
|