Structs
The following structs are available globally.
-
A typed notification that contains a name and optional sender.
Note
TheValue
type parameter acts as a phantom type, restricting the notification to posting only values of this type.Declaration
Swift
public struct Notification <Value, Sender: AnyObject>