Files
gitx/PBCommitList.h
T
2008-09-12 22:12:58 +02:00

19 lines
342 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 "PBWebGitController.h"
@interface PBCommitList : NSTableView {
IBOutlet WebView* webView;
IBOutlet PBWebGitController* webController;
}
@end