ios :: UITableViewCell :: new
new (identifier: NSString) in "ObjC" `{ return [[UITableViewCell alloc] initWithStyle:UITableViewCellStyleDefault reuseIdentifier:identifier]; `}