Remove all @available(iOS 14... annotations

This commit is contained in:
Johannes Marbach
2022-06-23 09:06:20 +02:00
parent ad180346cf
commit df048803ef
271 changed files with 0 additions and 413 deletions
@@ -18,7 +18,6 @@ import Foundation
import Combine
import MatrixSDK
@available(iOS 14.0, *)
class RoomUpgradeService: RoomUpgradeServiceProtocol {
// MARK: - Properties
@@ -17,7 +17,6 @@
import Foundation
import Combine
@available(iOS 14.0, *)
class MockRoomUpgradeService: RoomUpgradeServiceProtocol {
var currentRoomId: String = "!sfdlksjdflkfjds:matrix.org"
@@ -17,7 +17,6 @@
import Foundation
import Combine
@available(iOS 14.0, *)
protocol RoomUpgradeServiceProtocol {
var currentRoomId: String { get }
var parentSpaceName: String? { get }