mirror of
https://github.com/textmate/textmate.git
synced 2026-01-23 13:47:54 -05:00
6 lines
221 B
Objective-C
6 lines
221 B
Objective-C
@interface CWTableCellView : NSTableCellView
|
|
@property (nonatomic) IBOutlet NSButton* commitCheckBox;
|
|
@property (nonatomic) IBOutlet NSButton* diffButton;
|
|
@property (nonatomic) IBOutlet NSTextField* statusTextField;
|
|
@end
|