---
title: shared()
framework: watchkit
role: symbol
role_heading: Type Method
path: watchkit/wkextension/shared()
---

# shared()

Returns the shared WatchKit extension object.

## Declaration

```swift
class func shared() -> WKExtension
```

## Return Value

Return Value The WatchKit extension object. This object is never nil.
