---
title: "init(_:)"
framework: combine
role: symbol
role_heading: Initializer
path: "combine/combineidentifier/init(_:)"
---

# init(_:)

Creates a Combine identifier, using the bit pattern of the provided object.

## Declaration

```swift
init(_ obj: AnyObject)
```

## See Also

### Creating a Combine identifier

- [init()](combine/combineidentifier/init().md)
