mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
initial highlighter file view
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user