20 OF_ASSUME_NONNULL_BEGIN
39 - (nullable id)valueForKey: (
OFString *)key;
49 - (nullable id)valueForKeyPath: (
OFString *)keyPath;
61 - (nullable id)valueForUndefinedKey: (
OFString *)key;
72 - (void)setValue: (nullable
id)value forKey: (
OFString *)key;
83 - (void)setValue: (nullable
id)value forKeyPath: (
OFString *)keyPath;
95 - (void)setValue: (nullable
id)value forUndefinedKey: (
OFString *)key;
105 - (void)setNilValueForKey: (
OFString *)key;
108 OF_ASSUME_NONNULL_END
A class for handling strings.
Definition: OFString.h:135
A protocol for Key Value Coding.
Definition: OFKeyValueCoding.h:30