20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
#import "macros.h"
@class OFString;
OF_ASSUME_NONNULL_BEGIN
/**
* @protocol OFKeyValueCoding OFKeyValueCoding.h ObjFW/OFKeyValueCoding.h
*
* @brief A protocol for Key Value Coding.
*
* Key Value Coding makes it possible to access properties dynamically using
* the interface described by this protocol.
*/
@protocol OFKeyValueCoding
|
|
|
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
#import "macros.h"
@class OFString;
OF_ASSUME_NONNULL_BEGIN
/**
* @protocol OFKeyValueCoding OFKeyValueCoding.h ObjFW/ObjFW.h
*
* @brief A protocol for Key Value Coding.
*
* Key Value Coding makes it possible to access properties dynamically using
* the interface described by this protocol.
*/
@protocol OFKeyValueCoding
|