-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
29b1a78
commit 43d58d7
Showing
2 changed files
with
6 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1 @@ | ||
@_exported import PerceptionCore | ||
|
||
#if canImport(Observation) | ||
@_exported import Observation | ||
#else | ||
@available(macOS 14, iOS 17, watchOS 10, tvOS 17, *) | ||
public protocol Observable {} | ||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
@_exported import Observation | ||
#if canImport(Observation) | ||
@_exported import Observation | ||
#else | ||
@available(macOS 14, iOS 17, watchOS 10, tvOS 17, *) | ||
public protocol Observable {} | ||
#endif |