ObjFW  Diff

Differences From Artifact [434089e7ff]:

To Artifact [fcfeb7640b]:


34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
	return self;
}

- (id)objectAtIndex: (NSUInteger)index
{
	id object = [_array objectAtIndex: index];

	if ([object conformsToProtocol: @protocol(OFBridging)])
		return [object NSObject];

	return object;
}

- (NSUInteger)count
{







|







34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
	return self;
}

- (id)objectAtIndex: (NSUInteger)index
{
	id object = [_array objectAtIndex: index];

	if ([(OFObject*)object conformsToProtocol: @protocol(OFBridging)])
		return [object NSObject];

	return object;
}

- (NSUInteger)count
{