---
title: NSMorphologyPronoun
framework: foundation
role: symbol
role_heading: Class
path: foundation/nsmorphologypronoun
---

# NSMorphologyPronoun

A custom pronoun for referring to a third person.

## Declaration

```occ
@interface NSMorphologyPronoun : NSObject
```

## Overview

Overview Create instances of NSMorphologyPronoun when you need to define custom pronouns for a localized term of address. For examples of how to create custom pronouns, see TermOfAddress.

## Topics

### Using pronouns

- [pronoun](foundation/nsmorphologypronoun/pronoun.md)
- [morphology](foundation/nsmorphologypronoun/morphology.md)
- [dependentMorphology](foundation/nsmorphologypronoun/dependentmorphology.md)

### Instance Methods

- [initWithPronoun:morphology:dependentMorphology:](foundation/nsmorphologypronoun/initwithpronoun:morphology:dependentmorphology:.md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [NSCopying](foundation/nscopying.md)
- [NSSecureCoding](foundation/nssecurecoding.md)

## See Also

### Automatic grammar agreement

- [NSInflectionRule](foundation/nsinflectionrule.md)
- [NSInflectionRuleExplicit](foundation/nsinflectionruleexplicit.md)
- [NSMorphology](foundation/nsmorphology.md)
- [NSTermOfAddress](foundation/nstermofaddress.md)
