# `GSObjectPasteboardWriter.representedObject`

*Instance Property*

## Declaration

```swift
unowned(unsafe) var representedObject: AnyObject { get set }
```

```objc
@property (nonatomic, unsafe_unretained) id representedObject;
```

```python
representedObject() -> object
setRepresentedObject_(representedObject: object)
```

