blob: 8145b4ced17d13a17e6576f0e8059fa54b38d622 (
plain) (
tree)
|
|
//
// 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
|