Changed versions to 1.7.
[MenuTunes.git] / Deprecated / RegController.h
1 /*
2  *      MenuTunes
3  *  StatusWindow
4  *    ...
5  *
6  *  Original Author : Alexander Strange <astrange@ithinksw.com>
7  *   Responsibility : Alexander Strange <astrange@ithinksw.com>
8  *
9  *  Copyright (c) 2002 iThink Software.
10  *  All Rights Reserved
11  *
12  */
13
14 #ifdef REGISTRATION
15 #import <Cocoa/Cocoa.h>
16 #import "keyverify.h"
17
18 @interface RegController : NSObject
19 {
20     IBOutlet NSTextField *keyField;
21     IBOutlet NSTextField *nameField;
22     IBOutlet NSWindow *f;
23     IBOutlet NSWindow *g;
24     IBOutlet NSWindow *n;
25 }
26 - (IBAction)verifyRegistration:(id)sender;
27 @end
28 #endif