Open Instance Methodswift 6.0.3Foundation
copy
override func copy() -> Any
override func copy() -> Any
import Foundation
class NSNotification
func copy() -> Any
Returns the object returned by copy(with:)
.
override convenience init()
required convenience init?(coder aDecoder: NSCoder)
init(name: NSNotification.Name, object: Any?, userInfo: [AnyHashable : Any]? = nil)
override var description: String { get }
var name: NSNotification.Name { get }
var object: Any? { get }
var userInfo: [AnyHashable : Any]? { get }
func copy(with zone: NSZone? = nil) -> Any
func encode(with aCoder: NSCoder)
struct Name