我按照教程制作了一个MVVP模型tableview我的tableViewController叫做MyProfileController,看起来像这样:classMyProfileController:UITableViewController{fileprivatevarviewModel:ProfileViewModel?overridefuncviewDidLoad(){super.viewDidLoad()tableView.register(UserInfoCell.self,forCellReuseIdentifier:UserInfoCell.identifier)view