NSObject

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のオブジェクトとして振る舞うための基本的なインターフェースを継承する。

Availability 

iOS (2.0 and later)

Declared 

NSObject.h

Reference 

NSObject Class Reference

Samples 

AdvancedURLConnections, CryptoExercise, PhotosByLocation, ScrollViewSuite, TableViewSuite

コメント