---
title: "initWithZone:"
framework: cloudkit
role: symbol
role_heading: Instance Method
path: "cloudkit/cksyncenginependingzonesave/initwithzone:"
---

# initWithZone:

Creates a pending zone save for the specified record zone.

## Declaration

```occ
- (instancetype) initWithZone:(CKRecordZone *) zone;
```

## Parameters

- `zone`: The record zone to save.

## Return Value

Return Value An initialized pending zone save.
