---
title: "init(rawValue:)"
framework: coretelephony
role: symbol
role_heading: Initializer
path: "coretelephony/ctcellularplancapability/init(rawvalue:)"
---

# init(rawValue:)

Creates a new instance with the specified raw value.

## Declaration

```swift
init?(rawValue: Int)
```

## Parameters

- `rawValue`: The raw value to use for the new instance.

## See Also

### Defining cellular data plans

- [CTCellularPlanCapability.dataAndVoice](coretelephony/ctcellularplancapability/dataandvoice.md)
- [CTCellularPlanCapability.dataOnly](coretelephony/ctcellularplancapability/dataonly.md)
