Statistics
| Branch: | Revision:

root / json-framework-3.2.0 / Examples / DisplayPretty / DisplayPretty / DisplayPrettyAppDelegate.h @ 3ebe9884

History | View | Annotate | Download (344 Bytes)

1
//
2
//  DisplayPrettyAppDelegate.h
3
//  DisplayPretty
4
//
5
//  Created by Stig Brautaset on 25/05/2011.
6
//  Copyright 2011 Stig Brautaset. All rights reserved.
7
//
8

    
9
#import <Cocoa/Cocoa.h>
10

    
11
@interface DisplayPrettyAppDelegate : NSObject <NSApplicationDelegate> {
12
@private
13
    NSWindow *window;
14
}
15

    
16
@property (assign) IBOutlet NSWindow *window;
17

    
18
@end