# ObservedObject

## Overview

ObservableObject (protocol) passes the data to ObservedObject (Property Wrapper)

## Sample Codes

```swift
```

## Sources

### Videos

{% embed url="<https://youtu.be/VoMLpwmPct0>" %}
[Hacking with Swift / 100 Days / Day-37 - Sharing an observed object with a new view](https://www.hackingwithswift.com/books/ios-swiftui/sharing-an-observed-object-with-a-new-view)
{% endembed %}

### Articles / Documents

*
