Files
textmate/Frameworks/CommitWindow/src/CWTableCellView.h
2014-04-14 14:26:52 +07:00

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