Chameleon Applications

Chameleon Applications Svn Source Tree

Root/trunk/ChameleonPrefPane/Sources/AboutController.h

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

Archive Download this file

Revision: 71