Testing: add missing file
[GitX.git] / PBQLOutlineView.h
blobd0f8284ba2294f7e37794017037d59839a602a75
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 "PBGitHistoryController.h"
12 @interface PBQLOutlineView : NSOutlineView {
13 IBOutlet PBGitHistoryController* controller;
16 @end