Commit 5d50c7a2 authored by David黄金龙's avatar David黄金龙

删除测试代码

parent 64ad1d32
...@@ -24,7 +24,12 @@ extension YHJsApi { ...@@ -24,7 +24,12 @@ extension YHJsApi {
} }
@objc func setAppNavigation(_ show : Bool) { @objc func setAppNavigation(_ show : Bool) {
self.delegate?.setAppNavigation(show) // if show {
// YHHUD.flash(message: "显示")
// } else {
// YHHUD.flash(message: "隐藏")
// }
self.delegate?.setAppNavigation(show)
} }
} }
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