Wraps: UILabel.textColor

Property definitions

ios $ UILabel :: text_color=
	# Wraps: `UILabel.textColor`
	fun text_color=(color: UIColor) in "ObjC" `{
		self.textColor = color;
	`}
lib/ios/ui/uikit.nit:192,2--195,3