Function 関数

objc_disposeClassPair

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

Declaration 宣言

void objc_disposeClassPair(Class cls);

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 クラスを加える