---
title: MassFormatter.Unit
framework: foundation
role: symbol
role_heading: Enumeration
path: foundation/massformatter/unit
---

# MassFormatter.Unit

The units supported by the NSMassFormatter class.

## Declaration

```swift
enum Unit
```

## Topics

### Constants

- [MassFormatter.Unit.gram](foundation/massformatter/unit/gram.md)
- [MassFormatter.Unit.kilogram](foundation/massformatter/unit/kilogram.md)
- [MassFormatter.Unit.ounce](foundation/massformatter/unit/ounce.md)
- [MassFormatter.Unit.pound](foundation/massformatter/unit/pound.md)
- [MassFormatter.Unit.stone](foundation/massformatter/unit/stone.md)

### Initializers

- [init(rawValue:)](foundation/massformatter/unit/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
