WanPai/Root/Activity/VC/ActivitySignupListSubVC.swift
@@ -25,6 +25,7 @@ let tableView = BaseTableView(frame: .zero, style: .plain) tableView.delegate = self tableView.dataSource = self tableView.separatorStyle = .none tableView.register(UINib(nibName: "ActivityInfoTCell", bundle: nil), forCellReuseIdentifier: "_ActivityInfoTCell") return tableView }()