A type of object with a publisher that emits before the object has changed. https://developer.apple.com/documentation/combine/observableobject
This protocol lets you sync any views referring to a property of a class conformed to it.
Well, we have a class declared as below: