mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
6 lines
194 B
Objective-C
6 lines
194 B
Objective-C
@interface CWTableCellView : NSTableCellView
|
|
@property (nonatomic) NSButton* commitCheckBox;
|
|
@property (nonatomic) NSButton* diffButton;
|
|
@property (nonatomic) NSTextField* statusTextField;
|
|
@end
|