ObjFW  Diff

Differences From Artifact [2a41b8afa0]:

To Artifact [9e0b1efe51]:


14
15
16
17
18
19
20
21
22
23
24
25

26
27
28
29
30
31
32
14
15
16
17
18
19
20


21
22

23
24
25
26
27
28
29
30







-
-


-
+







 * file.
 */

#import "OFObject.h"

OF_ASSUME_NONNULL_BEGIN

@class OFString;
#ifndef DOXYGEN
@class OFArray OF_GENERIC(ObjectType);
@class OFMutableArray OF_GENERIC(ObjectType);
#endif
@class OFString;

/*!
 * @class OFINICategory OFINICategory.h ObjFW/OFINICategory.h
 *
 * @brief A class for representing a category of an INI file.
 */
@interface OFINICategory: OFObject