Commit cdcd0627 authored by Steven杜宇's avatar Steven杜宇

// plan

parent 6025678e
This diff is collapsed.
......@@ -13,7 +13,6 @@ class YHPlanShareViewController: YHBaseViewController {
let segmentTitles = ["分享链接", "分享PDF"]
lazy var segmentedView: JXSegmentedView = {
let view = JXSegmentedView(frame: CGRect(x: 0, y: k_Height_safeAreaInsetsTop(), width: KScreenWidth, height: 30))
view.backgroundColor = .clear
......@@ -84,7 +83,5 @@ extension YHPlanShareViewController: JXSegmentedViewDelegate {
func segmentedView(_ segmentedView: JXSegmentedView, didSelectedItemAt index: Int) {
}
}
......@@ -54,7 +54,6 @@ class YHPlanShareView: UIView {
return v
}()
@objc func didFunctionBtnClicked(_ sender: UIButton) {
if sender.tag == wechatBtnTag {
clickBlock?(.wechat)
......
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