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