mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
CommitView: Add context menu to revert changes
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
//
|
||||
// PBFileChangesTableView.h
|
||||
// GitX
|
||||
//
|
||||
// Created by Pieter de Bie on 09-10-08.
|
||||
// Copyright 2008 Pieter de Bie. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Cocoa/Cocoa.h>
|
||||
|
||||
|
||||
@interface PBFileChangesTableView : NSTableView {
|
||||
id controller;
|
||||
}
|
||||
|
||||
@property (retain) id controller;
|
||||
@end
|
||||
Reference in New Issue
Block a user