公告板
版本库
活动
搜索
登录
ios
/
DolphinEnglishStudent
海豚英语学生端
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
提交
无故事王国
2024-05-23
efc3ee1d65062b2fc0ef83df06df18509661180e
[ios/DolphinEnglishStudent.git]
/
DolphinEnglishLearnStudent
/
Moudle
/
Me
/
VC
/
AddressManageHandleVC.swift
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
//
// AddressManageHandleVC.swift
// DolphinEnglishLearnManager
//
// Created by 无故事王国 on 2024/5/20.
//
import UIKit
class AddressManageHandleVC: BaseVC {
@IBOutlet weak var view_container: UIView!
override func viewDidLoad() {
super.viewDidLoad()
}
override func setUI() {
super.setUI()
view_container.jq_addShadows(shadowColor: UIColor(hexStr: "#D9D9D9").withAlphaComponent(0.28), corner: 8, radius: 20, offset: CGSize(width: 0, height: 2), opacity: 1)
}
}