Description
NSObject is the root class of most Objective-C class hierarchies. Through NSObject, objects inherit a basic interface to the runtime system and the ability to behave as Objective-C objects.
NSObjectはほとんどのObjective-Cクラスの階層のルートクラスである。NSObjectを経ることで、オブジェクトはruntime systemとObjective-Cのオブジェクトとして振る舞うための基本的なインターフェースを継承する。
コメント