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