Wraps: UIView.userInteractionEnabled =

Property definitions

ios $ UIView :: user_interaction_enabled=
	# Wraps: `UIView.userInteractionEnabled =`
	fun user_interaction_enabled=(value: Bool) in "ObjC" `{
		self.userInteractionEnabled = value;
	`}
lib/ios/ui/uikit.nit:59,2--62,3