Structureswift 6.0.3Foundation
Name
struct Name
struct Name
import Foundation
class NSNotification
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 }
override func copy() -> Any
func copy(with zone: NSZone? = nil) -> Any
func encode(with aCoder: NSCoder)
protocol Equatable
A type that can be compared for value equality.
protocol Hashable : Equatable
A type that can be hashed into a Hasher
to produce an integer hash value.
protocol RawRepresentable<RawValue>
A type that can be converted to and from an associated raw value.
protocol Sendable
init(_ rawValue: String)
init(rawValue: String)
static let NSCalendarDayChanged: NSNotification.Name
static let NSDidBecomeSingleThreaded: NSNotification.Name
static let NSFileHandleConnectionAccepted: Notification.Name
static let NSFileHandleDataAvailable: Notification.Name
static let NSFileHandleReadToEndOfFileCompletion: Notification.Name
static let NSSystemTimeZoneDidChange: NSNotification.Name
static let NSThreadWillExit: NSNotification.Name
static let NSWillBecomeMultiThreaded: NSNotification.Name
var rawValue: String { get }
var hashValue: Int { get }
static func != (lhs: Self, rhs: Self) -> Bool
Returns a Boolean value indicating whether two values are not equal.
func hash(into hasher: inout Hasher)
import FoundationNetworking
static let NSHTTPCookieManagerCookiesChanged: Notification.Name
static let NSURLCredentialStorageChanged: NSNotification.Name