Merge branch 'fix_interspacing'
[GitX.git] / PBGitRevisionCell.h
blobdef74c8d559241684c8e0a1c157f30068c68ad57
1 //
2 // PBGitRevisionCell.h
3 // GitX
4 //
5 // Created by Pieter de Bie on 17-06-08.
6 // Copyright 2008 __MyCompanyName__. All rights reserved.
7 //
9 #import <Cocoa/Cocoa.h>
10 #import "PBGitGrapher.h"
12 @interface PBGitRevisionCell : NSTextFieldCell {
13 PBGraphCellInfo* cellInfo;
14 BOOL isReady;
17 @property(assign) PBGraphCellInfo* cellInfo;
18 @end