mirror of
https://github.com/zhigang1992/CocoaPods.git
synced 2026-01-12 22:46:25 +08:00
11 lines
226 B
Plaintext
11 lines
226 B
Plaintext
#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>
|
|
#endif
|