Chameleon Applications

Chameleon Applications Svn Source Tree

Root/branches/ErmaC/ChameleonPrefPane/Sources/AboutController.h

1//
2// About.h
3// ChameleonPrefPane
4//
5// Created by Rekursor on 1/27/10.
6//
7
8#import <Cocoa/Cocoa.h>
9
10
11@interface AboutController : NSObject {
12IBOutlet NSPanel* mAboutDlg;
13
14NSBundle* bundle;
15NSString* sCredits;
16}
17
18- (IBAction)onAbout: (id)sender;
19- (NSString *)bundleVersionNumber;
20- (NSString *)credits;
21
22@end
23

Archive Download this file

Revision: 396