5 // Created by Pieter de Bie on 27-08-08.
6 // Copyright 2008 __MyCompanyName__. All rights reserved.
9 #import <Cocoa/Cocoa.h>
12 @interface PBGraphCellInfo
: NSObject
18 @
property(readonly
) NSArray
* lines
;
19 @
property(assign
) int position
, numColumns
;
21 - (id
)initWithPosition
: (int) p andLines
: (NSArray
*) l
;