Wraps: UILabel.shadowColor

Property definitions

ios $ UILabel :: shadow_color
	# Wraps: `UILabel.shadowColor`
	fun shadow_color: UIColor in "ObjC" `{
		return [self shadowColor];
	`}
lib/ios/ui/uikit.nit:197,2--200,3