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 | // fill your outlets here |
---|
9 | |
---|
10 | CFPreferencesWrapper_ICeCoffEE * prefs; |
---|
11 | NSBundle* _bundle; |
---|
12 | } |
---|
13 | |
---|
14 | - (id)initWithAPE:(NSBundle*)apeBundle andBundle:(NSBundle*)prefPaneBundle; |
---|
15 | - (void) setBundle:(NSBundle *)aBundle; |
---|
16 | - (NSBundle*)bundle; |
---|
17 | @end |
---|
Note: See
TracBrowser
for help on using the repository browser.