linphone-iphone/TutorialHellowWorld/hello_world_Prefix.pch

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