element-ios/Riot/Modules/MatrixKit/MatrixKit-Bridging-Header.h

18 lines
446 B
C
Raw Normal View History

//
// 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"
2022-01-13 17:19:46 +00:00
#import "MXKRoomBubbleCellData.h"