df8bc344c1dae7aa06ec784185eb6f25dd67e948
[usblister.git] / usblister / usblisterAppDelegate.h
1 //
2 //  usblisterAppDelegate.h
3 //  usblister
4 //
5 //  Created by Rex Feany on 4/8/11.
6 //  Copyright 2011 Fnordsoft, Inc. All rights reserved.
7 //
8
9 #import <Cocoa/Cocoa.h>
10
11 @interface usblisterAppDelegate : NSObject <NSApplicationDelegate> {
12 @private
13     NSWindow *window;
14 }
15
16 @property (assign) IBOutlet NSWindow *window;
17
18 @end