mirror of
https://github.com/jialexd/sdk-ameba-v4.0c_180328.git
synced 2025-01-15 23:25:17 +00:00
15 lines
329 B
Text
15 lines
329 B
Text
|
//
|
||
|
// Prefix header for all source files of the 'KxMenuExample' target in the 'KxMenuExample' project
|
||
|
//
|
||
|
|
||
|
#import <Availability.h>
|
||
|
|
||
|
#ifndef __IPHONE_4_0
|
||
|
#warning "This project uses features only available in iOS SDK 4.0 and later."
|
||
|
#endif
|
||
|
|
||
|
#ifdef __OBJC__
|
||
|
#import <UIKit/UIKit.h>
|
||
|
#import <Foundation/Foundation.h>
|
||
|
#endif
|