#import "MTBlingController.h"
#import "MTeSerialNumber.h"
+#import "MainController.h"
#define APP_SUPPORT_PATH_STRING [@"~/Library/Application Support/MenuTunes/" stringByExpandingTildeInPath]
#define LICENSE_PATH_STRING [APP_SUPPORT_PATH_STRING stringByAppendingString:@"/.license"]
- (void)_IT {}
- (void)_YOU {}
- (void)_TIGHTWAD {}
+- (void)_HAHAHA {}
+- (void)_LOLOL {}
+- (void)_FIVERSKATES {}
- (id)init
{
nil, nil, nil,
NSLocalizedString(@"failed_msg", @"Failed Message"));
}
-
+ [[MainController sharedController] blingTime];
}
- (int)checkKeyFile
- (int)checkDone
{
+ if ( ! (checkDone == 2475) ) {
+ if ( ! ([self checkKeyFile] == 7465) ) {
+ checkDone = 0;
+ } else {
+ checkDone = 2475;
+ }
+ }
return checkDone;
}