Allocate and instanciate a new NSAlert

Property definitions

cocoa $ NSAlert :: new
	# Allocate and instanciate a new `NSAlert`
	new in "ObjC" `{ return [[NSAlert alloc] init]; `}
lib/cocoa/app_kit.nit:30,2--31,51