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

匹配

parent ea5ce210
...@@ -10,7 +10,7 @@ import UIKit ...@@ -10,7 +10,7 @@ import UIKit
import DragCardContainer import DragCardContainer
protocol YHMatchProtocol: NSObjectProtocol { protocol YHMatchProtocol: NSObjectProtocol {
func startMatchUsers() func didMatchBtnClicked()
} }
class YHMatchResultListViewController: YHBaseViewController { class YHMatchResultListViewController: YHBaseViewController {
...@@ -199,7 +199,7 @@ class YHMatchResultListViewController: YHBaseViewController { ...@@ -199,7 +199,7 @@ class YHMatchResultListViewController: YHBaseViewController {
@objc func didRematchBtnClicked() { @objc func didRematchBtnClicked() {
self.delegate?.startMatchUsers() self.delegate?.didMatchBtnClicked()
self.navigationController?.popViewController(animated: true) 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