20 OF_ASSUME_NONNULL_BEGIN
45 - (nullable
id)valueForKeyPath: (
OFString *)keyPath;
56 - (nullable
id)valueForUndefinedKey: (
OFString *)key;
64 - (void)setValue: (nullable
id)value forKey: (
OFString *)key;
72 - (void)setValue: (nullable
id)value forKeyPath: (
OFString *)keyPath;
83 - (void)setValue: (nullable
id)value forUndefinedKey: (
OFString *)key;
93 - (void)setNilValueForKey: (
OFString *)key;
struct objc_object * id
A pointer to any object.
Definition: ObjFWRT.h:90
A class for handling strings.
Definition: OFString.h:132
A protocol for Key Value Coding.
Definition: OFKeyValueCoding.h:30