17 lines
247 B
Objective-C
17 lines
247 B
Objective-C
//
|
|
// IJInventoryWindowController.h
|
|
// InsideJob
|
|
//
|
|
// Created by Adam Preble on 10/7/10.
|
|
// Copyright 2010 Adam Preble. All rights reserved.
|
|
//
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
|
|
@interface IJInventoryWindowController : NSWindowController {
|
|
|
|
}
|
|
|
|
@end
|