+ alloc
Returns a new instance of the receiving class
受け手側のクラスの新しいインスタンスを作成します。
Availability 有効性
Technology
+ (id)allocWithZone:(NSZone
*)zone;
A new instance of the receiving class, as described in the NSObject
class specification under the alloc
class method.
受け取っているクラスの新しいインスタンス、NSObject
クラス仕様においてalloc
クラスメソッドの下で記述されるように。
+ alloc