ObjFW  Diff

Differences From Artifact [702967aba0]:

To Artifact [c7ef3d13aa]:


14
15
16
17
18
19
20


21
22
23
24
25
26
27
28
 * file.
 */

#include "config.h"

#import "OFString.h"
#import "OFAutoreleasePool.h"


#import "OFExceptions.h"

#import "TestsAppDelegate.h"

static OFString *module = @"OFObject";

@interface MyObj: OFObject
@end







>
>
|







14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
 * file.
 */

#include "config.h"

#import "OFString.h"
#import "OFAutoreleasePool.h"

#import "OFMemoryNotPartOfObjectException.h"
#import "OFOutOfMemoryException.h"

#import "TestsAppDelegate.h"

static OFString *module = @"OFObject";

@interface MyObj: OFObject
@end