X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/cc10e3dc60300418d77764fd582689e11c1b9d09..3711292832129bcfcb24949c59c8f2dcae0aea63:/MTBlingController.h diff --git a/MTBlingController.h b/MTBlingController.h deleted file mode 100755 index 4fb205b..0000000 --- a/MTBlingController.h +++ /dev/null @@ -1,32 +0,0 @@ -// -// MTBlingController.h -// MenuTunes -// -// Created by Matthew L. Judy on Tue Aug 19 2003. -// Copyright (c) 2003 iThink Software. 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; - - -@end