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

#import <Cocoa/Cocoa.h>

@interface AppDelegate : NSObject <NSApplicationDelegate>

@property (assign) IBOutlet NSWindow *window;

@end