2012-06-19 12:50:26 -07:00
|
|
|
#import <Availability.h>
|
|
|
|
|
|
|
|
|
|
#if __IPHONE_OS_VERSION_MIN_REQUIRED
|
|
|
|
|
#ifndef __IPHONE_3_0
|
|
|
|
|
#warning "This project uses features only available in iPhone SDK 3.0 and later."
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifdef __OBJC__
|
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
|
#import <SystemConfiguration/SystemConfiguration.h>
|
2012-09-25 12:20:08 -07:00
|
|
|
#import <MobileCoreServices/MobileCoreServices.h>
|
2012-06-19 12:50:26 -07:00
|
|
|
#endif
|
|
|
|
|
#else
|
|
|
|
|
#ifdef __OBJC__
|
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
|
#endif
|
|
|
|
|
#endif
|