16 lines
235 B
Objective-C
16 lines
235 B
Objective-C
//
|
|
// AppDelegate.h
|
|
// ViewBasedSourceList
|
|
//
|
|
// Created by Alex Rozanski on 28/12/2013.
|
|
//
|
|
//
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
@interface AppDelegate : NSObject <NSApplicationDelegate>
|
|
|
|
@property (assign) IBOutlet NSWindow *window;
|
|
|
|
@end
|