safely wrap for tvOS only

This commit is contained in:
2025-11-02 23:44:23 +01:00
parent 11a72074e7
commit d0c32ecfff

View File

@@ -1,3 +1,4 @@
#if os(tvOS)
import UIKit import UIKit
// MARK: - - Cookie + DataStore // MARK: - - Cookie + DataStore
@@ -510,3 +511,4 @@ fileprivate class _DelegateProxy: NSObject {
return decision == .allow return decision == .allow
} }
} }
#endif