#ifndef INCLUDED_GormColorsPref_h #define INCLUDED_GormColorsPref_h #include #include #include @interface GormColorsPref : NSObject { id color; id window; id _view; } - (NSView *) view; - (void)ok: (id)sender; @end #endif