Function 関数

class_setSuperclass(_:_:)

Sets the superclass of a given class. ある与えられたクラスのスーパークラスを設定します。

Declaration 宣言

func class_setSuperclass(_ cls: AnyClass, 
                       _ newSuper: AnyClass) -> AnyClass

Parameters パラメータ

cls

The class whose superclass you want to set.

newSuper

The new superclass for cls.

Return Value 戻り値

The old superclass for cls.

Discussion 解説

You should not use this function.

See Also 参照

Working with Classes クラスを扱う