Property definitions

ios :: ui $ UILabel :: size=
	private fun size=(points: Float)
	in "ObjC" `{
		self.font = [UIFont systemFontOfSize: points];
	`}
lib/ios/ui/ui.nit:290,2--293,3