X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/dde16144878c81f06c7da19d7d4432ccd397f3e0..9d8dbcc95c9e3ea959f034d5ddb2edcc71fe1f59:/MTBlingController.h diff --git a/MTBlingController.h b/MTBlingController.h new file mode 100755 index 0000000..642bdc9 --- /dev/null +++ b/MTBlingController.h @@ -0,0 +1,33 @@ +// +// MTBlingController.h +// MenuTunes +// +// Created by Matthew L. Judy on Tue Aug 19 2003. +// Copyright (c) 2003 NibFile.com. All rights reserved. +// + +#import +#import "MTShizzleWindow.h" + +@interface MTBlingController : NSObject { + + MTShizzleWindow *window; + + int checkDone; + +} + + +- (void)showPanel; +- (void)showPanelIfNeeded; + +- (void)goToTheStore:(id)sender; +- (void)registerLater:(id)sender; +- (void)verifyKey:(id)sender; + +- (int)checkKeyFile; +- (int)checkDone; + +- (void)test:(id)sender; + +@end