apps-gorm/GormPrefController.h

23 lines
333 B
C
Raw Normal View History

#ifndef INCLUDED_GormPrefController_h
#define INCLUDED_GormPrefController_h
#include <Foundation/NSObject.h>
#include <AppKit/NSWindowController.h>
@interface GormPrefController : NSWindowController
{
id window;
id popup;
id prefBox;
id _generalView;
id _headersView;
}
- (void) popupAction: (id)sender;
@end
#endif