ObjFW  Diff

Differences From Artifact [85afc7a10e]:

To Artifact [44d57c9221]:


99
100
101
102
103
104
105

106


107
108
109

/**
 * \return The last object of the OFDataArray
 */
- (id)lastObject;

- addObject: (OFObject*)obj;

- removeNObjects: (size_t)nobjects;


@end

#import "OFMutableArray.h"







>

>
>



99
100
101
102
103
104
105
106
107
108
109
110
111
112

/**
 * \return The last object of the OFDataArray
 */
- (id)lastObject;

- addObject: (OFObject*)obj;
- removeObjectAtIndex: (size_t)index;
- removeNObjects: (size_t)nobjects;
- removeNObjects: (size_t)nobjects
	 atIndex: (size_t)index;
@end

#import "OFMutableArray.h"