root/Trunk/Adium.framework/Versions/A/Headers/AIAdvancedPreferencePane.h @ 2

Revision 2, 305 bytes (checked in by jon, 16 years ago)

Initial commit of skeletal project.

Line 
1//
2//  AIAdvancedPreferencePane.h
3//  Adium
4//
5//  Created by Evan Schoenberg on 8/23/06.
6//
7
8#import <Adium/AIModularPane.h>
9
10@interface AIAdvancedPreferencePane : AIModularPane {
11
12}
13
14+ (AIAdvancedPreferencePane *)preferencePane;
15+ (AIAdvancedPreferencePane *)preferencePaneForPlugin:(id)inPlugin;
16
17@end
Note: See TracBrowser for help on using the browser.