summaryrefslogblamecommitdiff
path: root/Xcode/ManaPlus/AppDelegate.m
blob: b255617eb15e473daf89c6a3274664b4704dad78 (plain) (tree)






















                                                                     
//
//  AppDelegate.m
//  ManaPlus
//
//  Created by Philippe Groarke on 2012-12-03.
//  Copyright (c) 2012 evolonline. All rights reserved.
//

#import "AppDelegate.h"

@implementation AppDelegate

- (void)dealloc
{
    [super dealloc];
}

- (void)applicationDidFinishLaunching:(NSNotification *)aNotification
{
    // Insert code here to initialize your application
}

@end