Function 関数

object_getClass

Returns the class of an object. あるオブジェクトのクラスを返します。

Declaration 宣言

Class object_getClass(id obj);

Parameters パラメータ

object

The object you want to inspect.

Return Value 戻り値

The class object of which object is an instance, or Nil if object is nil.

See Also 参照

Working with Instances インスタンスを扱う