mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-23 10:02:46 +02:00
Remove iOS 13/14 checks from Template/Onboarding/Authentication.
This commit is contained in:
@@ -18,7 +18,6 @@ import SwiftUI
|
||||
|
||||
// MARK: - Coordinator
|
||||
|
||||
@available(iOS 13.0, *)
|
||||
/// The content displayed in a single splash screen page.
|
||||
struct OnboardingSplashScreenPageContent {
|
||||
let title: String
|
||||
@@ -37,7 +36,6 @@ enum OnboardingSplashScreenViewModelResult {
|
||||
|
||||
// MARK: View
|
||||
|
||||
@available(iOS 13.0, *)
|
||||
struct OnboardingSplashScreenViewState: BindableState, CustomDebugStringConvertible {
|
||||
|
||||
// MARK: - Constants
|
||||
|
||||
Reference in New Issue
Block a user