mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
19 lines
447 B
Objective-C
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"
|
|
|