22OF_ASSUME_NONNULL_BEGIN
57@property OF_NULLABLE_PROPERTY (readonly, nonatomic)
id object;
73 object: (nullable
id)object;
86 object: (nullable
id)object
99 object: (nullable
id)object;
112 object: (nullable
id)object
114 OF_DESIGNATED_INITIALIZER;
116- (instancetype)
init OF_UNAVAILABLE;
OFConstantString * OFNotificationName
A name for a notification.
Definition OFNotification.h:32
A class for storing constant strings using the @"" literal.
Definition OFConstantString.h:42
An abstract class for storing objects in a dictionary.
Definition OFDictionary.h:84
A class to represent a notification for or from OFNotificationCenter.
Definition OFNotification.h:42
OFDictionary * userInfo
Additional information about the notification.
Definition OFNotification.h:63
id object
The object of the notification. This is commonly the sender of the notification.
Definition OFNotification.h:58
The root class for all other classes inside ObjFW.
Definition OFObject.h:692
instancetype init()
Initializes an already allocated object.
Definition OFObject.m:696
A protocol for the creation of copies.
Definition OFObject.h:1354