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

# shared()

Returns the shared WatchKit app object.

## Declaration

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

## Return Value

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