func class_getImageName (AnyClass?) -> UnsafePointer<CChar>?
Returns the name of the dynamic library a class originated from.
あるクラスがそれに源を発する動的ライブラリの名前を返します。
func objc_copyClassNamesForImage (UnsafePointer<CChar>, UnsafeMutablePointer<UInt32>?) -> UnsafeMutablePointer<UnsafePointer<CChar>>?
Returns the names of all the classes within a specified library or framework.
指定されたライブラリまたはフレームワーク内の全てのクラスの名前を返します。