linphone-iphone/linphone_Prefix.pch
2016-01-07 11:32:54 +01:00

14 lines
279 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"
#import "UISpeakerButton.h"
#import "UIBluetoothButton.h"