24OF_ASSUME_NONNULL_BEGIN
34@protocol OFKeyValueCoding
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;
A class for handling strings.
Definition OFString.h:143