Streamlined keyboard item-adding.

This commit is contained in:
preble
2010-12-14 22:17:38 -05:00
parent fab10ac879
commit 0cccfddd34
7 changed files with 153 additions and 7 deletions

16
Classes/IJTableView.h Normal file
View File

@@ -0,0 +1,16 @@
//
// IJTableView.h
// InsideJob
//
// Created by Adam Preble on 12/14/10.
// Copyright 2010 Adam Preble. All rights reserved.
//
#import <Cocoa/Cocoa.h>
@interface IJTableView : NSTableView {
}
@end