summaryrefslogblamecommitdiff
path: root/Xcode/ManaPlus/AppDelegate.h
blob: 8145b4ced17d13a17e6576f0e8059fa54b38d622 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                                                         
//
//  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