5 // Created by Pieter de Bie on 27-08-08.
6 // Copyright 2008 __MyCompanyName__. All rights reserved.
9 #import <Cocoa/Cocoa.h>
10 #import "PBGitGraphLine.h"
12 @interface PBGraphCellInfo
: NSObject
15 struct PBGitGraphLine
*lines
;
21 @
property(readonly
) struct PBGitGraphLine
*lines
;
22 @
property(assign
) int nLines
;
23 @
property(assign
) int position
, numColumns
;
24 @
property(assign
) char sign
;
27 - (id
)initWithPosition
:(int) p andLines
:(struct PBGitGraphLine
*) l
;