Hi all, The default constructor of NSObject is this?
-(id)init { return self; }
thanks!
Exactly. But don't rely on this behavior.