sdk-ameba-v4.0c_180328/tools/uart_adapter/app/iOS/uartadapter/uartadapter-Prefix.pch
2019-04-02 16:34:25 +08:00

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