aboutsummaryrefslogtreecommitdiffstats
path: root/Demo/AppDelegate.h
blob: 1c490d3ccebe3411402803fee5df15275e6aa7a3 (plain)
1
2
3
4
5
@interface AppDelegate : NSObject <NSApplicationDelegate>

@property (nonatomic, assign) IBOutlet NSWindow *window;

@end