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