Remove MatrixKit import from Swift files.

This commit is contained in:
SBiOSoftWhare
2021-11-29 17:50:30 +01:00
parent 9f3017b77c
commit 90627cdb4a
10 changed files with 3 additions and 13 deletions

View File

@@ -15,7 +15,6 @@
//
import Foundation
import MatrixKit
/// AppConfiguration is CommonConfiguration plus configurations dedicated to the app
class AppConfiguration: CommonConfiguration {

View File

@@ -16,8 +16,6 @@
import Foundation
import MatrixKit
/// BuildSettings provides settings computed at build time.
/// In future, it may be automatically generated from xcconfig files
@objcMembers

View File

@@ -15,7 +15,7 @@
//
import Foundation
import MatrixKit
import MatrixSDK
/// CommonConfiguration is the central point to setup settings for MatrixSDK, MatrixKit and common configurations for all targets.
class CommonConfiguration: NSObject, Configurable {

View File

@@ -15,9 +15,7 @@
//
import Foundation
import Foundation
import MatrixKit
import MatrixSDK
/// Configurable expose settings app and its entensions must use.
@objc protocol Configurable {

View File

@@ -15,7 +15,6 @@
//
import Foundation
import MatrixKit
// swiftlint:disable file_length

View File

@@ -16,8 +16,8 @@
import UIKit
import KeychainAccess
import MatrixKit
import CommonCrypto
import MatrixSDK
@objcMembers
class EncryptionKeyManager: NSObject, MXKeyProviderDelegate {

View File

@@ -15,7 +15,6 @@
//
import Foundation
import MatrixKit
@objcMembers
class LocalAuthenticationService: NSObject {

View File

@@ -15,7 +15,6 @@ limitations under the License.
*/
import UIKit
import MatrixKit
@objc protocol BaseBubbleCellType: Themable {
var bubbleCellContentView: BubbleCellContentView? { get }

View File

@@ -15,7 +15,6 @@
*/
import UserNotifications
import MatrixKit
import MatrixSDK
/// The number of milliseconds in one second.

View File

@@ -16,7 +16,6 @@
import Foundation
import MobileCoreServices
import MatrixKit
private class ShareExtensionItem: ShareItemProtocol {
let itemProvider: NSItemProvider