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 WKInterfaceObjectType : WKInterfaceObject
The type of WatchKit interface object to be presented.
提示されることになるWatchKitインターフェイスオブジェクトの型。