sdk-ameba-v4.0c_180328/tools/uart_adapter/app/iOS/uartadapter/uartadapter-Prefix.pch

15 lines
329 B
Text
Raw Normal View History

2019-04-02 08:34:25 +00:00
//
// 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