linphone-iphone/Classes/linphone-Bridging-Header.h
2022-06-15 17:33:36 +02:00

19 lines
447 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"