ObjFW  Diff

Differences From Artifact [d8d5c9ed59]:

To Artifact [453e9e177f]:


16
17
18
19
20
21
22


23
24
25
26
27
28
29

#import "OFObject.h"

@class OFString;
@class OFMutableArray;

/*!


 * @brief A class for representing a category of an INI file.
 */
@interface OFINICategory: OFObject
{
	OFString *_name;
	OFMutableArray *_lines;
}







>
>







16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31

#import "OFObject.h"

@class OFString;
@class OFMutableArray;

/*!
 * @class OFINICategory OFINICategory.h ObjFW/OFINICategory.h
 *
 * @brief A class for representing a category of an INI file.
 */
@interface OFINICategory: OFObject
{
	OFString *_name;
	OFMutableArray *_lines;
}