22OF_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;
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
The root class for all other classes inside ObjFW.
Definition OFObject.h:692
A protocol for the creation of copies.
Definition OFObject.h:1350