]> Dogcows Code - chaz/thecheat/blob - AboutBoxController.h
The Cheat 1.1.2
[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 <Cocoa/Cocoa.h>
12 #import <Chaz/Chaz.h>
13
14
15 @interface AboutBoxController : NSWindowController
16 {
17 IBOutlet NSWindow *aboutWindow;
18 IBOutlet NSTextField *nameVersionText;
19 }
20
21 - (IBAction)launchWebsiteButton:(id)sender;
22 - (IBAction)launchEmailButton:(id)sender;
23
24 @end
This page took 0.034834 seconds and 5 git commands to generate.