Mostly just moving files around for organizational puroposes. Created a Deprecated...
[MenuTunes.git] / Deprecated / RegController.h
diff --git a/Deprecated/RegController.h b/Deprecated/RegController.h
new file mode 100755 (executable)
index 0000000..8cf6a63
--- /dev/null
@@ -0,0 +1,28 @@
+/*
+ *     MenuTunes
+ *  StatusWindow
+ *    ...
+ *
+ *  Original Author : Alexander Strange <astrange@ithinksw.com>
+ *   Responsibility : Alexander Strange <astrange@ithinksw.com>
+ *
+ *  Copyright (c) 2002 iThink Software.
+ *  All Rights Reserved
+ *
+ */
+
+#ifdef REGISTRATION
+#import <Cocoa/Cocoa.h>
+#import "keyverify.h"
+
+@interface RegController : NSObject
+{
+    IBOutlet NSTextField *keyField;
+    IBOutlet NSTextField *nameField;
+    IBOutlet NSWindow *f;
+    IBOutlet NSWindow *g;
+    IBOutlet NSWindow *n;
+}
+- (IBAction)verifyRegistration:(id)sender;
+@end
+#endif
\ No newline at end of file