Contents

register(_:for:)

Registers an NSClassDescription object for a given class in the NSClassDescription cache.

Declaration

class func register(_ description: NSClassDescription, for aClass: AnyClass)

Parameters

  • description:

    The class description to register.

  • aClass:

    The class for which to register description.

Discussion

You should rarely need to directly invoke this method.

See Also

Working with class descriptions