mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
Rename to GitX
This commit is contained in:
@@ -7,12 +7,12 @@
|
||||
//
|
||||
|
||||
#import <Cocoa/Cocoa.h>
|
||||
#import "GitTest_AppDelegate.h"
|
||||
#import "ApplicationController.h"
|
||||
#import "PBGitCommit.h"
|
||||
#import <WebKit/WebKit.h>
|
||||
|
||||
@interface PBWebGitController : NSObject {
|
||||
IBOutlet GitTest_AppDelegate* controller;
|
||||
IBOutlet ApplicationController* controller;
|
||||
IBOutlet WebView* view;
|
||||
IBOutlet NSArrayController* commitsController;
|
||||
NSString* currentSha;
|
||||
|
||||
Reference in New Issue
Block a user