apps-gorm/GormCustomClassInspector.h
Gregory John Casamento fe597a7c3b Forgot to add these...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@14193 72102866-910b-0410-8b05-ffd578937521
2002-07-23 06:00:15 +00:00

16 lines
298 B
Objective-C

/* All Rights reserved */
#import <AppKit/AppKit.h>
#import "Gorm.h"
@class GormClassManager;
@interface GormCustomClassInspector : IBInspector
{
id browser;
GormClassManager *_classManager;
id _currentSelection;
NSString *_currentSelectionClassName;
}
- (void) select: (id)sender;
@end