I hereby claim:
- I am n8chur on github.
- I am n8chur (https://keybase.io/n8chur) on keybase.
- I have a public key whose fingerprint is 89FC F8C4 8102 E735 305A E268 7A89 793B EB6E 6C3C
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| import SwiftUI | |
| import Combine | |
| struct ContentView : View { | |
| @ObjectBinding var viewModel: ViewModel | |
| var body: some View { | |
| CounterView(counter: viewModel.counter) | |
| } | |
| } |
| import Combine | |
| /** | |
| An observable, mutable property. | |
| Replays the current value when subscribed. | |
| */ | |
| @propertyWrapper | |
| struct Published<Output>: Publisher { | |
| typealias Failure = Never |
| Individuals | Corporations |
|---|