2011-05-31 16:27:34 -05:00
|
|
|
#import <Availability.h>
|
|
|
|
|
|
|
|
|
|
#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>
|
2012-01-19 17:26:12 -08:00
|
|
|
#import <SystemConfiguration/SystemConfiguration.h>
|
2011-05-31 16:27:34 -05:00
|
|
|
#endif
|