OSDN Git Service

命中表示修正
[awarsiii/AwarsIV.git] / Awars III / AppDelegate.h
1 //
2 //  AppDelegate.h
3 //  Awars III
4 //
5 //  Created by Killery on 2012/12/01.
6 //  Copyright (c) 2012年 Killery. All rights reserved.
7 //
8
9 #import <Cocoa/Cocoa.h>
10
11 @interface AppDelegate : NSObject <NSApplicationDelegate>
12
13 @property (assign) IBOutlet NSWindow *window;
14
15 @end