initial highlighter file view

This commit is contained in:
German Laullon
2010-09-14 20:38:58 -07:00
parent 8591effc91
commit da97c25a6a
53 changed files with 5911 additions and 396 deletions
+21
View File
@@ -0,0 +1,21 @@
//
// GLFileView.h
// GitX
//
// Created by German Laullon on 14/09/10.
// Copyright 2010 __MyCompanyName__. All rights reserved.
//
#import <Cocoa/Cocoa.h>
#import "PBWebController.h"
#import "PBGitCommit.h"
#import "PBGitHistoryController.h"
#import "PBRefContextDelegate.h"
@interface GLFileView : PBWebController {
IBOutlet PBGitHistoryController* historyController;
}
@end