linphone-ios/linphone_Prefix.pch
2015-12-21 11:47:02 +01:00

10 lines
204 B
Text

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