Property definitions

ios $ UIButton :: new
	new(kind: UIButtonType) in "ObjC" `{ return [UIButton buttonWithType: kind]; `}
lib/ios/ui/uikit.nit:137,2--80