NSClassFromString
Obtains a class by name.
名前によってあるクラスを取得します。
NSStringFromClass
Returns the name of a class as a string.
クラスの名前を文字列として返します。
NSSelectorFromString
Returns the selector with a given name.
与えられた名前を持つセレクタを返します。
NSStringFromSelector
Returns a string representation of a given selector.
与えられたセレクタの文字列表現を返します。
NSProtocolFromString
Returns a the protocol with a given name.
与えられた名前を持つプロトコルを返します。