IJTableView.h 209 B

12345678910111213141516
  1. //
  2. // IJTableView.h
  3. // InsideJob
  4. //
  5. // Created by Adam Preble on 12/14/10.
  6. // Copyright 2010 Adam Preble. All rights reserved.
  7. //
  8. #import <Cocoa/Cocoa.h>
  9. @interface IJTableView : NSTableView {
  10. }
  11. @end