registryDidChangeNotification
Posted whenever the image representation class registry changes.
Declaration
class let registryDidChangeNotification: NSNotification.NameDiscussion
The notification object is the image class that is registered or unregistered. This notification does not contain a userInfo dictionary.
To observe this notification using Swift concurrency, use NSImageRep.RegistryDidChangeMessage.