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

Merge branch 'develop' of http://gitlab.galaxy-immi.com/mobile-group/galaxy-iOS into develop

* 'develop' of http://gitlab.galaxy-immi.com/mobile-group/galaxy-iOS:
  删除多余代码
parents ca8b8ff2 45c28879
...@@ -25,7 +25,7 @@ class YHFailPromptView: UIView { ...@@ -25,7 +25,7 @@ class YHFailPromptView: UIView {
}() }()
private lazy var titleLable : UILabel = { private lazy var titleLable : UILabel = {
let lable0 = UILabel(text: "222222222222222") let lable0 = UILabel(text: "")
lable0.textColor = UIColor.failColor lable0.textColor = UIColor.failColor
lable0.font = UIFont.PFSC_R(ofSize: 12) lable0.font = UIFont.PFSC_R(ofSize: 12)
lable0.numberOfLines = 0 lable0.numberOfLines = 0
......
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