repo.or.cz
/
cocotron.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #10 from gunyarakun/fix-invalid-return
[cocotron.git]
/
Onyx2D
/
O2PDFBlock.h
blob
8ee4840718238d84d3df8dc967f5e588da9391eb
1
#import <Onyx2D/O2PDFObject.h>
2
3
@
class
NSMutableArray
;
4
5
@interface O2PDFBlock
:
O2PDFObject
{
6
NSMutableArray
*
_objects
;
7
}
8
9
+
pdfBlock
;
10
11
- (
NSArray
*)
objects
;
12
- (
void
)
addObject
:
object
;
13
14
@end