source: branches/arith/contrib/krueger/InterfaceProjects/Lisp IB Plugins/LispControllerPlugin/LispControllerInspector.h

Last change on this file was 13631, checked in by Paul Krueger, 15 years ago

Version 2 of InterfaceProjects

File size: 391 bytes
Line 
1//
2// LispControllerInspector.h
3// LispControllerPlugin
4//
5// Created by Paul Krueger on 2/5/10.
6// Copyright 2010. All rights reserved.
7//
8
9#import <InterfaceBuilderKit/InterfaceBuilderKit.h>
10#import <LispController.h>
11
12@interface LispControllerInspector : IBInspector {
13 IBOutlet NSTableView *typeTable;
14 IBOutlet NSTableView *initformTable;
15 IBOutlet NSTableView *sortTable;
16}
17
18
19@end
Note: See TracBrowser for help on using the repository browser.