24 OF_ASSUME_NONNULL_BEGIN
43 - (nullable id)valueForKey: (
OFString *)key;
53 - (nullable id)valueForKeyPath: (
OFString *)keyPath;
65 - (nullable id)valueForUndefinedKey: (
OFString *)key;
76 - (void)setValue: (nullable
id)value forKey: (
OFString *)key;
87 - (void)setValue: (nullable
id)value forKeyPath: (
OFString *)keyPath;
99 - (void)setValue: (nullable
id)value forUndefinedKey: (
OFString *)key;
109 - (void)setNilValueForKey: (
OFString *)key;
112 OF_ASSUME_NONNULL_END
A class for handling strings.
Definition: OFString.h:142
A protocol for Key Value Coding.
Definition: OFKeyValueCoding.h:34