registerClass(_:)
Registers a QCPlugIn subclass.
Declaration
class func registerClass(_ aClass: AnyClass!)Parameters
- aClass:
The
QCPlugInsubclass.
Discussion
You call this method only if the code for your custom patch is mixed with your application code, and you plan only to use the custom patch from within your application.