Update all Objective-C MatrixKit imports to handle new location.

This commit is contained in:
SBiOSoftWhare
2021-11-30 16:09:53 +01:00
parent ca07c4ea20
commit e8d4af46d2
134 changed files with 131 additions and 162 deletions
@@ -18,8 +18,6 @@
#import "SettingsViewController.h"
#import <MatrixKit/MatrixKit.h>
#import <OLMKit/OLMKit.h>
#import "AvatarGenerator.h"
@@ -43,6 +41,8 @@
#import "GBDeviceInfo_iOS.h"
#import "MediaPickerViewController.h"
#import "GeneratedInterface-Swift.h"
NSString* const kSettingsViewControllerPhoneBookCountryCellId = @"kSettingsViewControllerPhoneBookCountryCellId";
@@ -167,7 +167,7 @@ typedef void (^blockSettingsViewController_onReadyToDestroy)(void);
#pragma mark - SettingsViewController
@interface SettingsViewController () <DeactivateAccountViewControllerDelegate,
@interface SettingsViewController () <UITextFieldDelegate, MXKCountryPickerViewControllerDelegate, MXKLanguagePickerViewControllerDelegate, MXKDataSourceDelegate, DeactivateAccountViewControllerDelegate,
NotificationSettingsCoordinatorBridgePresenterDelegate,
SecureBackupSetupCoordinatorBridgePresenterDelegate,
SignOutAlertPresenterDelegate,