mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-17 15:09:31 +02:00
Remove MatrixKit import from Swift files.
This commit is contained in:
@@ -15,7 +15,6 @@
|
||||
//
|
||||
|
||||
import Foundation
|
||||
import MatrixKit
|
||||
|
||||
/// AppConfiguration is CommonConfiguration plus configurations dedicated to the app
|
||||
class AppConfiguration: CommonConfiguration {
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -15,9 +15,7 @@
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
||||
import Foundation
|
||||
import MatrixKit
|
||||
import MatrixSDK
|
||||
|
||||
/// Configurable expose settings app and its entensions must use.
|
||||
@objc protocol Configurable {
|
||||
|
||||
@@ -15,7 +15,6 @@
|
||||
//
|
||||
|
||||
import Foundation
|
||||
import MatrixKit
|
||||
|
||||
// swiftlint:disable file_length
|
||||
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
|
||||
import UIKit
|
||||
import KeychainAccess
|
||||
import MatrixKit
|
||||
import CommonCrypto
|
||||
import MatrixSDK
|
||||
|
||||
@objcMembers
|
||||
class EncryptionKeyManager: NSObject, MXKeyProviderDelegate {
|
||||
|
||||
@@ -15,7 +15,6 @@
|
||||
//
|
||||
|
||||
import Foundation
|
||||
import MatrixKit
|
||||
|
||||
@objcMembers
|
||||
class LocalAuthenticationService: NSObject {
|
||||
|
||||
@@ -15,7 +15,6 @@ limitations under the License.
|
||||
*/
|
||||
|
||||
import UIKit
|
||||
import MatrixKit
|
||||
|
||||
@objc protocol BaseBubbleCellType: Themable {
|
||||
var bubbleCellContentView: BubbleCellContentView? { get }
|
||||
|
||||
@@ -15,7 +15,6 @@
|
||||
*/
|
||||
|
||||
import UserNotifications
|
||||
import MatrixKit
|
||||
import MatrixSDK
|
||||
|
||||
/// The number of milliseconds in one second.
|
||||
|
||||
@@ -16,7 +16,6 @@
|
||||
|
||||
import Foundation
|
||||
import MobileCoreServices
|
||||
import MatrixKit
|
||||
|
||||
private class ShareExtensionItem: ShareItemProtocol {
|
||||
let itemProvider: NSItemProvider
|
||||
|
||||
Reference in New Issue
Block a user