NSObject.new_

Allocates a new instance of the receiving class, sends it an init message, and returns the initialized object.

class NSObject
@selector("new")
new_
()

Meta