18 OF_ASSUME_NONNULL_BEGIN
53 @property OF_NULLABLE_PROPERTY (readonly, nonatomic)
id object;
58 @property OF_NULLABLE_PROPERTY (readonly, nonatomic)
OFDictionary *userInfo;
69 object: (nullable
id)object;
82 object: (nullable
id)object
95 object: (nullable
id)object;
108 object: (nullable
id)object
110 OF_DESIGNATED_INITIALIZER;
112 - (instancetype)init OF_UNAVAILABLE;
115 OF_ASSUME_NONNULL_END
OFConstantString * OFNotificationName
A name for a notification.
Definition: OFNotification.h:23
A class for storing constant strings using the @"" literal.
Definition: OFConstantString.h:38
An abstract class for storing objects in a dictionary.
Definition: OFDictionary.h:80
A class to represent a notification for or from OFNotificationCenter.
Definition: OFNotification.h:38
The root class for all other classes inside ObjFW.
Definition: OFObject.h:688
A protocol for the creation of copies.
Definition: OFObject.h:1346