Skip to content

Commit

Permalink
Update NestedPublished.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
Amzd authored Dec 27, 2020
1 parent 60b54e2 commit 59a3a21
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/NestedPublished/NestedPublished.swift
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import Combine

/// Just like @Published this sends willSet events to the enclosing ObservableObject's ObjectWillChangePublisher
/// but unlike @Published it also sends the wrapped value's published changes on to the enclosing ObservableObject
@propertyWrapper @available(iOS 13.0, *)
Expand Down

0 comments on commit 59a3a21

Please sign in to comment.