Implementing Registration checks and final touches.
[MenuTunes.git] / MainController.h
index 1245103..5675471 100755 (executable)
     //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;