source: trunk/ICeCoffEE/ICeCoffEE/ICeCoffEEController.h@ 72

Last change on this file since 72 was 72, checked in by Nicholas Riley, 21 years ago

Formatting changes.

File size: 415 bytes
Line 
1#import <Cocoa/Cocoa.h>
2#import <ApplicationEnhancer/APEManagerPrefPane.h>
3#import "CFPreferencesWrapper.h"
4
5@interface ICeCoffEEController : NSObject <APEManagerPrefPane>
6{
7 NSWindow *window;
8
9 CFPreferencesWrapper_ICeCoffEE *prefs;
10 NSBundle *_bundle;
11}
12
13- (id)initWithAPE:(NSBundle *)apeBundle andBundle:(NSBundle *)prefPaneBundle;
14- (void)setBundle:(NSBundle *)aBundle;
15- (NSBundle *)bundle;
16
17@end
Note: See TracBrowser for help on using the repository browser.