Differences From Artifact [2c3e6c42ab]:
- File src/OFIntrospection.h — part of check-in [cc198764b7] at 2018-01-14 14:12:51 on branch trunk — OFIntrospection: Fix property parsing on Apple RT (user: js, size: 6215) [annotate] [blame] [check-ins using]
To Artifact [3a779f3f6d]:
- File src/OFIntrospection.h — part of check-in [a20995ef75] at 2018-01-21 11:33:00 on branch trunk — OFIntrospection: Fix a typo (user: js, size: 6216) [annotate] [blame] [check-ins using]
| ︙ | |||
71 72 73 74 75 76 77 | 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 | - + |
*
* @brief A class for describing a property.
*/
@interface OFProperty: OFObject
{
OFString *_name;
unsigned int _attributes;
|
| ︙ |