Commit 617e2179 authored by Steven杜宇's avatar Steven杜宇

匹配

parent ea5ce210
......@@ -10,7 +10,7 @@ import UIKit
import DragCardContainer
protocol YHMatchProtocol: NSObjectProtocol {
func startMatchUsers()
func didMatchBtnClicked()
}
class YHMatchResultListViewController: YHBaseViewController {
......@@ -199,7 +199,7 @@ class YHMatchResultListViewController: YHBaseViewController {
@objc func didRematchBtnClicked() {
self.delegate?.startMatchUsers()
self.delegate?.didMatchBtnClicked()
self.navigationController?.popViewController(animated: true)
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment