linphone-ios/linphone_Prefix.pch
2022-06-15 17:33:36 +02:00

16 lines
302 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 "UIChatBubbleTextCell.h"