Type Alias

ObservableObject

A type alias for the Combine framework’s type for an object with a publisher that emits before the object has changed. オブジェクトが変化してしまう前に発布するパブリッシャーをもつオブジェクトに対するCombineフレームワークのもつ型に対する型エイリアス。

Declaration 宣言

typealias ObservableObject = ObservableObject

See Also 参照

Combine Integration