linphone-ios/linphone_Prefix.pch
2016-01-06 15:15:47 +01:00

11 lines
220 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 "Log.h"
#import "Utils.h"