linphone-iphone/linphone_Prefix.pch
2016-01-15 15:06:36 +01:00

17 lines
340 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 "UIToggleButton.h"
#import "UISpeakerButton.h"
#import "UIBluetoothButton.h"
#import "UIChatBubbleTextCell.h"