ardour/gtk2_ardour/macosx/tracks/AppDelegate.h
2014-06-16 14:58:04 +03:00

15 lines
221 B
Objective-C

//
// AppDelegate.h
// Tracks
//
// Created by Grygorii Zharun on 6/16/14.
//
//
#import <Cocoa/Cocoa.h>
@interface AppDelegate : NSObject <NSApplicationDelegate>
@property (assign) IBOutlet NSWindow *window;
@end