Allocates a new instance of the receiving class, sends it an init message, and returns the initialized object.
Original signature is '+ (id)new'
Available in Mac OS X v10.0 and later.


A new instance of the receiver.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)