Wraps: UILabel.textColor

Property definitions

ios $ UILabel :: text_color
	# Wraps: `UILabel.textColor`
	fun text_color: UIColor in "ObjC" `{
		return [self textColor];
	`}
lib/ios/ui/uikit.nit:187,2--190,3