mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-24 02:22:44 +02:00
Remove all @available(iOS 14... annotations
This commit is contained in:
-2
@@ -18,7 +18,6 @@
|
||||
|
||||
import SwiftUI
|
||||
|
||||
@available(iOS 14.0, *)
|
||||
struct SpaceCreationEmailInvites: View {
|
||||
|
||||
// MARK: - Properties
|
||||
@@ -114,7 +113,6 @@ struct SpaceCreationEmailInvites: View {
|
||||
|
||||
// MARK: - Previews
|
||||
|
||||
@available(iOS 14.0, *)
|
||||
struct SpaceCreationEmailInvites_Previews: PreviewProvider {
|
||||
static let stateRenderer = MockSpaceCreationEmailInvitesScreenState.stateRenderer
|
||||
static var previews: some View {
|
||||
|
||||
Reference in New Issue
Block a user