Remove all @available(iOS 14... annotations

This commit is contained in:
Johannes Marbach
2022-06-23 09:06:20 +02:00
parent 6d195c103d
commit 868fd7e0c8
271 changed files with 0 additions and 413 deletions
@@ -18,7 +18,6 @@
import SwiftUI
@available(iOS 14.0, *)
struct SpaceCreationMenu: View {
// MARK: - Properties
@@ -100,7 +99,6 @@ struct SpaceCreationMenu: View {
// MARK: - Previews
@available(iOS 14.0, *)
struct SpaceCreationMenu_Previews: PreviewProvider {
static let stateRenderer = MockSpaceCreationMenuScreenState.stateRenderer
@@ -117,7 +115,6 @@ struct SpaceCreationMenu_Previews: PreviewProvider {
/// Using an enum for the screen allows you define the different state cases with
/// the relevant associated data for each case.
@available(iOS 14.0, *)
enum MockSpaceCreationMenuScreenState: MockScreenState, CaseIterable {
// A case for each state you want to represent
// with specific, minimal associated data that will allow you