func makeCoordinator () -> Self.Coordinator
Creates the custom instance that you use to communicate changes from your interface object to other parts of your SwiftUI interface.
あつらえのインスタンスを作成します、それはあなたが使用して、変更をあなたのインターフェイスオブジェクトからあなたのSwiftUIインターフェイスの他の部分へと伝達するものです。
associatedtype Coordinator = Void
A type to coordinate with the WatchKit interface object.
WatchKitインターフェイスオブジェクトと協調するある型。