Prepare the MatrixKit-Bridging-Header.h for new MatrixKit location.

This commit is contained in:
SBiOSoftWhare
2021-11-30 17:24:12 +01:00
parent c6b513281c
commit 4782a3cf20

View File

@@ -0,0 +1,16 @@
//
// 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"