Commit 2e69886b authored by David黄金龙's avatar David黄金龙

no message

parent 2220cd46
......@@ -16,10 +16,18 @@ class YHOfficialApprovalResultVC: YHBaseViewController {
override func viewDidLoad() {
super.viewDidLoad()
setupUI()
}
lazy var bkgImageV: UIImageView = {
let imageV = UIImageView()
return imageV
}()
}
extension YHOfficialApprovalResultVC {
func setupUI() {
}
}
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