linphone-iphone/linphone_Prefix.pch
2021-11-26 19:10:22 +01:00

18 lines
363 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 "Contact.h"
#import "UIToggleButton.h"
#import "UIBluetoothButton.h"
#import "UIMutedMicroButton.h"
#import "UIChatBubbleTextCell.h"