linphone-ios/Classes/linphone-Bridging-Header.h
QuentinArguillere 0d602260be Merge release/5.1 into master.
This includes the rework of the chat conversation in Swift, and every fixes since the 5.0 release.
2023-07-07 15:07:44 +02:00

20 lines
513 B
Objective-C

//
// Use this file to import your target's public headers that you would like to expose to Swift.
//
#import <UIKit/UIkit.h>
#import "FastAddressBook.h"
#import "LinphoneManager.h"
#import "Log.h"
#import "LinphoneUI/UICompositeView.h"
#import "Contact.h"
#import "StatusBarView.h"
#import "LinphoneUI/UIBouncingView.h"
#import "PhoneMainView.h"
#import "UICamSwitch.h"
#import "UIChatBubbleTextCell.h"
#import "ChatConversationTableView.h"
#import "EphemeralSettingsView.h"
#import "FileTransferDelegate.h"