Chameleon Applications

Chameleon Applications Svn Source Tree

Root/trunk/ChameleonPrefPane/Sources/PreferencesControllerBase.h

1//
2// PreferencesControllerBase.h
3// ChameleonPrefPane
4//
5// Created by Rekursor on 1/22/10.
6//
7
8#import <Cocoa/Cocoa.h>
9#import <ChameleonPrefPane.h>
10
11// Define common expected behavior for all derived controllers
12@interface PreferencesControllerBase : NSObject {
13
14}
15
16-(NSMutableDictionary*) getPreferencesDictionary;
17
18@end
19

Archive Download this file

Revision: 43