Function 関数

objc_disposeClassPair(_:)

Destroys a class and its associated metaclass. クラスとそれの関連メタクラスを破壊します。

Declaration 宣言

func objc_disposeClassPair(_ cls: AnyClass)

Parameters パラメータ

cls

The class to be destroyed. This class must have been allocated using objc_allocateClassPair(_:_:_:).

Discussion 解説

Do not call this function if instances of the cls class or any subclass exist.

See Also 参照

Adding Classes クラスを加える