为何会崩溃啊

func tableView(tableView: UITableView!,cellForRowAtIndexPath indexPath:NSIndexPath!) -> UITableViewCell{

let cell:UITableViewCell = UITableViewCell(style: UITableViewCellStyle.Subtitle, reuseIdentifier: “Cell”)

    cell.textLabel?.text = statesrow]
    cell.detailTextLabel?.text = capitalsrow]

    return cell

Cocos2d ?Object-C?

感觉像Swift…