ObjFW  Diff

Differences From Artifact [b89b86c6f6]:

To Artifact [07095552b1]:


23
24
25
26
27
28
29
30

31
32
33
34
35
36
37
23
24
25
26
27
28
29

30
31
32
33
34
35
36
37







-
+







#import "OFDictionary.h"
#import "OFStream.h"
#import "OFNumber.h"
#import "OFAutoreleasePool.h"
#import "OFExceptions.h"

@implementation OFStreamObserver
+ streamObserver
+ observer
{
	return [[[self alloc] init] autorelease];
}

- init
{
	self = [super init];