无故事王国
2023-10-30 43574ebb55e06a2213d3097745f82968efc43b32
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
    }()