- 通配符
2018-11-18 本文已影响0人
rajs20222007
clickBtn.addTarget(self, action: #selector(presentBtn(_ :)), for: .touchUpInside)
@objc fun presentBtn(_ a: String) {
}
func Abcd(_a: String?) {
}
clickBtn.addTarget(self, action: #selector(presentBtn(_ :)), for: .touchUpInside)
@objc fun presentBtn(_ a: String) {
}
func Abcd(_a: String?) {
}