Update Riot bridging header with new MatrixKit location.

This commit is contained in:
SBiOSoftWhare
2021-11-30 17:10:04 +01:00
parent ba22975fbd
commit 9487a4e26b
+18 -1
View File
@@ -3,7 +3,6 @@
//
@import MatrixSDK;
@import MatrixKit;
@import DTCoreText;
#import "WebViewViewController.h"
@@ -46,3 +45,21 @@
#import "RoomInputToolbarView.h"
#import "NSArray+Element.h"
#import "ShareItemSender.h"
// MatrixKit common imports
#import "MatrixKit-Bridging-Header.h"
// MatrixKit application imports
#import "MXKBarButtonItem.h"
#import "MXKPieChartView.h"
#import "MXKErrorAlertPresentation.h"
#import "MXKErrorPresentation.h"
#import "MXKErrorViewModel.h"
#import "MXKEncryptionKeysExportView.h"
#import "MXKTableViewCellWithLabelAndSwitch.h"
#import "MXKTableViewCellWithTextView.h"
#import "MXKTableViewCellWithButton.h"
#import "MXKRoomDataSourceManager.h"
#import "MXRoom+Sync.h"
#import "UIAlertController+MatrixKit.h"
#import "MXKAnalyticsConstants.h"