---
title: Published.Publisher
framework: combine
role: symbol
role_heading: Structure
path: combine/published/publisher
---

# Published.Publisher

A publisher for properties marked with the @Published attribute.

## Declaration

```swift
struct Publisher
```

## Relationships

### Conforms To

- [Publisher](combine/publisher.md)

## See Also

### Publishing the value

- [projectedValue](combine/published/projectedvalue.md)
