#import #import #import "CFPreferencesWrapper.h" @interface ICeCoffEEController : NSObject { NSWindow* window; // fill your outlets here CFPreferencesWrapper_ICeCoffEE * prefs; NSBundle* _bundle; } - (id)initWithAPE:(NSBundle*)apeBundle andBundle:(NSBundle*)prefPaneBundle; - (void) setBundle:(NSBundle *)aBundle; - (NSBundle*)bundle; @end