Property definitions

ios $ UITableViewCell :: new
	new (identifier: NSString) in "ObjC" `{
		return [[UITableViewCell alloc]
			initWithStyle:UITableViewCellStyleDefault
			reuseIdentifier:identifier];
	`}
lib/ios/ui/uikit.nit:627,2--631,3