macos: update AFS prefs pane
[openafs.git] / src / platform / DARWIN / AFSPreference / InfoController.h
1 //
2 //  InfoCommander.h
3 //  AFSCommander
4 //
5 //  Created by Claudio Bisegni on 06/07/07.
6 //  Copyright 2007 INFN - National Institute of Nuclear Physics. All rights reserved.
7 //
8
9 #import <Cocoa/Cocoa.h>
10
11
12 @interface InfoController : NSObject {
13         id infoPanel;
14         id texEditInfo;
15         
16         NSAttributedString *htmlLicence;
17 }
18 - (IBAction) closePanel:(id) sender;
19 - (void)showHtmlResource :(NSString*)resourcePath;
20
21 @end