]> Dogcows Code - chaz/thecheat/blob - AboutBoxController.h
The Cheat 1.1
[chaz/thecheat] / AboutBoxController.h
1
2 // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3 // Project: The Cheat
4 //
5 // File: AboutBoxController.h
6 // Created: Mon Nov 24 2003
7 //
8 // Copyright: 2003 Chaz McGarvey. All rights reserved.
9 // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10
11 #import <Foundation/Foundation.h>
12
13
14 @interface AboutBoxController : NSWindowController
15 {
16 IBOutlet NSWindow *aboutWindow;
17 IBOutlet NSTextField *nameVersionText;
18 }
19
20 - (IBAction)launchWebsiteButton:(id)sender;
21 - (IBAction)launchEmailButton:(id)sender;
22
23 @end
This page took 0.033534 seconds and 5 git commands to generate.