Skip to content

Commit

Permalink
fixed availability
Browse files Browse the repository at this point in the history
  • Loading branch information
Lazar Otasevic committed Sep 8, 2024
1 parent ac28ed4 commit ee03393
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Sources/ViewInspection/Elements/DummyObjects.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
import SwiftUI

@available(iOS 14.0, tvOS 14.0, *)
@available(macOS, unavailable)
@available(watchOS, unavailable)
final class DummyDelegate: NSObject, UIApplicationDelegate {}

final class DummyOnservableOnject: ObservableObject {}
Expand Down

0 comments on commit ee03393

Please sign in to comment.