Files
gitx/PBQLOutlineView.h
2008-09-19 21:36:52 +02:00

17 lines
300 B
Objective-C

//
// PBQLOutlineView.h
// GitX
//
// Created by Pieter de Bie on 6/17/08.
// Copyright 2008 __MyCompanyName__. All rights reserved.
//
#import <Cocoa/Cocoa.h>
#import "PBGitHistoryController.h"
@interface PBQLOutlineView : NSOutlineView {
IBOutlet PBGitHistoryController* controller;
}
@end