---
title: Coordinator
framework: swiftui
role: symbol
role_heading: Associated Type
path: swiftui/wkinterfaceobjectrepresentable/coordinator
---

# Coordinator

A type to coordinate with the WatchKit interface object.

## Declaration

```swift
associatedtype Coordinator = Void
```

## See Also

### Providing a custom coordinator object

- [makeCoordinator()](swiftui/wkinterfaceobjectrepresentable/makecoordinator().md)
- [WKInterfaceObjectType](swiftui/wkinterfaceobjectrepresentable/wkinterfaceobjecttype.md)
