ObjFW  Diff

Differences From Artifact [4ef0807806]:

To Artifact [b3a64f1a53]:


70
71
72
73
74
75
76

77
78
79
80
81
82
83

/// \cond internal
@interface OFBlock
{
	Class isa;
}


- copy;
- (void)release;
- autorelease;
@end

@interface OFStackBlock: OFBlock
@end







>







70
71
72
73
74
75
76
77
78
79
80
81
82
83
84

/// \cond internal
@interface OFBlock
{
	Class isa;
}

+ (Class)class;
- copy;
- (void)release;
- autorelease;
@end

@interface OFStackBlock: OFBlock
@end