I have a func below, but can`t send href for func.
func someFunc() {
linkBtn.addTarget(self, action: #selector(headerClick(_:href:)), for: .touchUpInside)
return headerView
}
@objc func headerClick(_ sender: AnyObject, href: String) {
print(href)
}