element-ios/Riot/Modules/MatrixKit/MatrixKit-Bridging-Header.h
2022-03-29 15:03:09 +01:00

18 lines
478 B
Objective-C

//
// Use this file to import your target's public headers that you would like to expose to Swift.
//
#import "MXKAppSettings.h"
#import "MXKTools.h"
#import "NSBundle+MatrixKit.h"
#import "NSBundle+MXKLanguage.h"
#import "MXKAccount.h"
#import "MXKAccountManager.h"
#import "MXKContactManager.h"
#import "MXSDKOptions.h"
#import "MXKeyProvider.h"
#import "MXKRoomInputToolbarView.h"
#import "MXKImageView.h"
#import "MXKRoomBubbleCellData.h"
#import "UserIndicatorCancel.h"