//// AppDelegate.h// ManaPlus//// Created by Philippe Groarke on 2012-12-03.// Copyright (c) 2012 evolonline. All rights reserved.//#import <Cocoa/Cocoa.h>@interfaceAppDelegate : NSObject<NSApplicationDelegate>@property(assign)IBOutletNSWindow*window;@end