X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/9d8dbcc95c9e3ea959f034d5ddb2edcc71fe1f59..f350bbd7ac106a9e5c4d09cf0a104f8581851dd2:/MainController.h diff --git a/MainController.h b/MainController.h index c6fd5f3..5675471 100755 --- a/MainController.h +++ b/MainController.h @@ -33,13 +33,14 @@ //Used in updating the menu automatically NSTimer *refreshTimer; NSString *_latestSongIdentifier; - + StatusWindowController *statusWindowController; //Shows status windows MenuController *menuController; NSUserDefaults *df; - NSDate *blingDate; MTBlingController *bling; + NSTimer *registerTimer; + BOOL timerUpdating; } + (MainController *)sharedController;