An abstract class that defines the types of content contained in notes.
SDKs
- iOS 11.0+
- Mac Catalyst 13.0+
- watchOS 4.0+
Framework
- Intents
Declaration
@interface INNoteContent : NSObject
Overview
You do not create instances of this class directly. Instead, you create instances of the INText
or INImage
subclasses.