ObjFW  Diff

Differences From Artifact [20041b8f65]:

To Artifact [35a8661d37]:


19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
#import "OFArray.h"
#import "OFString.h"
#import "OFStream.h"

#import "OFInvalidArgumentException.h"
#import "OFInvalidFormatException.h"

#import "autorelease.h"
#import "macros.h"

@interface OFINICategory_Pair: OFObject
{
@public
	OFString *_key, *_value;
}
@end








<
<
<







19
20
21
22
23
24
25



26
27
28
29
30
31
32
#import "OFArray.h"
#import "OFString.h"
#import "OFStream.h"

#import "OFInvalidArgumentException.h"
#import "OFInvalidFormatException.h"




@interface OFINICategory_Pair: OFObject
{
@public
	OFString *_key, *_value;
}
@end