linphone-ios/linphone_Prefix.pch
Christophe Deschamps 306162228e Revert "Video conference and new Call Views"
This reverts commit 608577034d.
2022-01-04 12:27:14 +01:00

19 lines
391 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 "UISpeakerButton.h"
#import "UIBluetoothButton.h"
#import "UIMutedMicroButton.h"
#import "UIChatBubbleTextCell.h"