We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60b54e2 commit 59a3a21Copy full SHA for 59a3a21
1 file changed
Sources/NestedPublished/NestedPublished.swift
@@ -1,3 +1,5 @@
1
+import Combine
2
+
3
/// Just like @Published this sends willSet events to the enclosing ObservableObject's ObjectWillChangePublisher
4
/// but unlike @Published it also sends the wrapped value's published changes on to the enclosing ObservableObject
5
@propertyWrapper @available(iOS 13.0, *)
0 commit comments