Wraps: UIView.addSubview

Property definitions

ios $ UIView :: add_subview
	# Wraps: `UIView.addSubview`
	fun add_subview(view: UIView) in "ObjC" `{
		[self addSubview: view];
	`}
lib/ios/ui/uikit.nit:29,2--32,3