Files
gitx/PBCommitList.h
T
2008-10-10 21:59:21 +02:00

20 lines
396 B
Objective-C

//
// PBCommitList.h
// GitX
//
// Created by Pieter de Bie on 9/11/08.
// Copyright 2008 __MyCompanyName__. All rights reserved.
//
#import <Cocoa/Cocoa.h>
#import <WebKit/WebView.h>
#import "PBWebHistoryController.h"
@interface PBCommitList : NSTableView {
IBOutlet WebView* webView;
IBOutlet PBWebHistoryController* webController;
IBOutlet PBGitHistoryController *controller;
}
@end