IJItemMatrix.h 282 B

123456789101112131415161718
  1. //
  2. // IJItemMatrix.h
  3. // InsideJob
  4. //
  5. // Created by Adam Preble on 10/8/10.
  6. // Copyright 2010 Adam Preble. All rights reserved.
  7. //
  8. #import <Cocoa/Cocoa.h>
  9. @interface IJItemMatrix : NSMatrix {
  10. }
  11. + (id)itemMatrixWithFrame:(NSRect)frame rows:(int)rows columns:(int)cols;
  12. @end