aboutsummaryrefslogtreecommitdiffhomepage
path: root/example/mac/macExample/macExample/AppDelegate.h
blob: a47dfbad4755484b4a0b9d9232afa49a3806ac32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//
//  AppDelegate.h
//  testUI
//
//  Created by DINH Viêt Hoà on 1/19/13.
//  Copyright (c) 2013 MailCore. All rights reserved.
//

#import <Cocoa/Cocoa.h>

@interface AppDelegate : NSObject <NSApplicationDelegate>

@property (assign) IBOutlet NSWindow *window;

@end