Wraps: UILabel.text

Property definitions

ios $ UILabel :: text=
	# Wraps: `UILabel.text`
	fun text=(text: NSString) in "ObjC" `{
		self.text = text;
	`}
lib/ios/ui/uikit.nit:177,2--180,3