mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-01-12 22:51:50 +08:00
18 lines
505 B
Plaintext
18 lines
505 B
Plaintext
//
|
|
// Prefix header for all source files of the 'RestKit' target in the 'RestKit' project
|
|
//
|
|
|
|
#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
|
|
#import <CoreData/CoreData.h>
|
|
#endif
|