---
title: objectBeforeChanges
framework: photos
role: symbol
role_heading: Instance Property
path: photos/phobjectchangedetails/objectbeforechanges
---

# objectBeforeChanges

An object that reflects the original state of the asset or collection it represents.

## Declaration

```swift
var objectBeforeChanges: ObjectType { get }
```

## Discussion

Discussion This property’s value is the same object you passed to the changeDetailsForObject: to request change details.

## See Also

### Getting the Changed Object

- [objectAfterChanges](photos/phobjectchangedetails/objectafterchanges.md)
