---
title: shared()
framework: intents
role: symbol
role_heading: Type Method
path: intents/invocabulary/shared()
---

# shared()

Returns the shared vocabulary object.

## Declaration

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

## Return Value

Return Value The shared vocabulary object.

## Discussion

Discussion Always use this method to retrieve the vocabulary object for your iOS app.
