20OF_ASSUME_NONNULL_BEGIN
30@protocol OFKeyValueCoding
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;
A class for handling strings.
Definition OFString.h:135