-
Do not create a subclass for this hook.
Declaration
Swift
case none
-
Create a subclass with a name derived from the hook name.
Declaration
Swift
case createSubclass
-
Create a subclass with the provided name.
Declaration
Swift
case createSubclassNamed(String)