linphone-iphone/liblinphone-tutorials/hello-world/hello_world_Prefix.pch
2010-10-27 14:23:25 +02:00

8 lines
191 B
Text

//
// Prefix header for all source files of the 'hello-world' target in the 'hello-world' project
//
#ifdef __OBJC__
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
#endif