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
HistoryController: Use a programatically created context menu
[GitX.git]
/
PBCommitMessageView.h
blob
0dbe073cf6292b70941b72816e66fce50f8d0b59
1
//
2
// PBCommitMessageView.h
3
// GitX
4
//
5
// Created by Jeff Mesnil on 13/10/08.
6
// Copyright 2008 Jeff Mesnil (http://jmesnil.net/). All rights reserved.
7
//
8
9
#import <Cocoa/Cocoa.h>
10
11
@interface PBCommitMessageView
:
NSTextView
{
12
13
}
14
15
@end