repo.or.cz
/
GitX.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Testing: add missing file
[GitX.git]
/
PBFileChangesTableView.h
blob
8dd6ba5afac2b2acb8125c494f49203b46235e85
1
//
2
// PBFileChangesTableView.h
3
// GitX
4
//
5
// Created by Pieter de Bie on 09-10-08.
6
// Copyright 2008 Pieter de Bie. All rights reserved.
7
//
8
9
#import <Cocoa/Cocoa.h>
10
11
12
@interface PBFileChangesTableView
:
NSTableView
{
13
}
14
15
@end