ObjFW  Diff

Differences From Artifact [0ba2570f98]:

To Artifact [8b79a84526]:


15
16
17
18
19
20
21


22
23
24
25
26
27
28
29
30
31
32
33
34
 */

#import "OFObject.h"

#import "block.h"

/*!


 * @brief The class for all blocks, since all blocks are also objects.
 */
@interface OFBlock: OFObject
@end

@interface OFStackBlock: OFBlock
@end

@interface OFGlobalBlock: OFBlock
@end

@interface OFMallocBlock: OFBlock
@end







>
>













15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
 */

#import "OFObject.h"

#import "block.h"

/*!
 * @class OFBlock OFBlock.h ObjFW/OFBlock.h
 *
 * @brief The class for all blocks, since all blocks are also objects.
 */
@interface OFBlock: OFObject
@end

@interface OFStackBlock: OFBlock
@end

@interface OFGlobalBlock: OFBlock
@end

@interface OFMallocBlock: OFBlock
@end