mirror of
https://github.com/jialexd/sdk-ameba-v4.0c_180328.git
synced 2025-01-15 15:15:17 +00:00
14 lines
329 B
Text
Executable file
14 lines
329 B
Text
Executable file
//
|
|
// 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
|