struct MyTableViewCellModel { let title: String let subtitle: String let accessoryType: UITableViewCell.AccessoryType }