Skip to content

Commit

Permalink
Running AlphaTool
Browse files Browse the repository at this point in the history
  • Loading branch information
Legoless committed Dec 12, 2016
1 parent 9121c3c commit ee58bc2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions AlphaTool/ALPHAToolDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,18 @@

#import "ALPHAToolDelegate.h"

#import "ALPHAManager.h"

@implementation ALPHAToolDelegate

- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {

dispatch_async(dispatch_get_main_queue(), ^{

[ALPHAManager defaultManager].hidden = NO;
});


return YES;
}

Expand Down

0 comments on commit ee58bc2

Please sign in to comment.