Contents

ObservableObject

A type alias for the Combine framework’s type for an object with a publisher that emits before the object has changed.

Declaration

typealias ObservableObject = ObservableObject

See Also

Combine Integration