linphone-ios/Classes/linphone-Bridging-Header.h
2023-06-13 10:09:39 +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"