22 OF_ASSUME_NONNULL_BEGIN
57 @property OF_NULLABLE_PROPERTY (readonly, nonatomic)
id object;
62 @property OF_NULLABLE_PROPERTY (readonly, nonatomic)
OFDictionary *userInfo;
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;
119 OF_ASSUME_NONNULL_END
A class to represent a notification for or from OFNotificationCenter.
Definition: OFNotification.h:40
A class for storing constant strings using the @"" literal.
Definition: OFConstantString.h:41
The root class for all other classes inside ObjFW.
Definition: OFObject.h:690
An abstract class for storing objects in a dictionary.
Definition: OFDictionary.h:82
OFConstantString * OFNotificationName
A name for a notification.
Definition: OFNotification.h:27
A protocol for the creation of copies.
Definition: OFObject.h:1350