Skip to content

Commit

Permalink
Fix SwiftUI import (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
alemannosara authored Jan 12, 2023
1 parent fd982fe commit e8b8aab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/Qit/Extensions/SwiftUI/View+ConditionalModifier.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// Copyright © 2022 QoQa Services SA. All rights reserved.
//

#if canImport(SwiftUI)
import SwiftUI

@available(iOS 13.0, *)
Expand All @@ -30,3 +31,4 @@ extension View {
}
}
}
#endif

0 comments on commit e8b8aab

Please sign in to comment.