Wraps: [self dequeueReusableCellWithIdentifier]

Property definitions

ios $ UITableView :: dequeue_reusable_cell_with_identifier
	# Wraps: `[self dequeueReusableCellWithIdentifier]`
	fun dequeue_reusable_cell_with_identifier(identifier: NSString): UITableViewCell in "ObjC" `{
		return [self dequeueReusableCellWithIdentifier:identifier];
	`}
lib/ios/ui/uikit.nit:607,2--610,3