Merge branch 'fix_interspacing'
[GitX.git] / PBQLOutlineView.h
blob7bdc3eb60549838e11c224344b0e21d244da92a2
1 //
2 // PBQLOutlineView.h
3 // GitX
4 //
5 // Created by Pieter de Bie on 6/17/08.
6 // Copyright 2008 __MyCompanyName__. All rights reserved.
7 //
9 #import <Cocoa/Cocoa.h>
10 #import "PBDetailController.h"
12 @interface PBQLOutlineView : NSOutlineView {
13 IBOutlet PBDetailController* controller;
16 @end