Commit 3e6874e1 authored by David黄金龙's avatar David黄金龙

删除 不使用的代码

parent 5c08b899
...@@ -30,14 +30,6 @@ class YHInformationFillTipsCell: UITableViewCell { ...@@ -30,14 +30,6 @@ class YHInformationFillTipsCell: UITableViewCell {
required init?(coder: NSCoder) { required init?(coder: NSCoder) {
fatalError("init(coder:) has not been implemented") fatalError("init(coder:) has not been implemented")
} }
} }
extension YHInformationFillTipsCell { extension YHInformationFillTipsCell {
...@@ -102,7 +94,6 @@ extension YHInformationFillTipsCell { ...@@ -102,7 +94,6 @@ extension YHInformationFillTipsCell {
lable2.snp.makeConstraints { make in lable2.snp.makeConstraints { make in
make.top.equalTo(lable1.snp.bottom).offset(12) make.top.equalTo(lable1.snp.bottom).offset(12)
make.left.right.equalToSuperview() make.left.right.equalToSuperview()
// make.bottom.equalToSuperview().offset(-16)//for test hjl
} }
let holdView2 = UIView() let holdView2 = UIView()
......
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