---
title: INNoteContent
framework: intents
role: symbol
role_heading: Class
path: intents/innotecontent
---

# INNoteContent

An abstract class that defines the types of content contained in notes.

## Declaration

```swift
class INNoteContent
```

## Overview

Overview You don’t create instances of this class directly. Instead, you create instances of the INTextNoteContent or INImageNoteContent subclasses.

## Topics

### Initializers

- [init(coder:)](intents/innotecontent/init(coder:).md)

## Relationships

### Inherits From

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

### Inherited By

- [INImageNoteContent](intents/inimagenotecontent.md)
- [INTextNoteContent](intents/intextnotecontent.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCoding](foundation/nscoding.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [NSSecureCoding](foundation/nssecurecoding.md)

## See Also

### Note Objects

- [INNote](intents/innote.md)
- [INTextNoteContent](intents/intextnotecontent.md)
- [INImageNoteContent](intents/inimagenotecontent.md)
