mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 15:30:18 +00:00
17 lines
303 B
Objective-C
17 lines
303 B
Objective-C
//
|
|
// PBCommitMessageView.h
|
|
// GitX
|
|
//
|
|
// Created by Jeff Mesnil on 13/10/08.
|
|
// Copyright 2008 Jeff Mesnil (http://jmesnil.net/). All rights reserved.
|
|
//
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
// Adds the column guide displayed in the commit message field
|
|
@interface PBCommitMessageView : NSTextView {
|
|
|
|
}
|
|
|
|
@end
|