ardour/gtk2_ardour/macosx/tracks/AppDelegate.h

16 lines
221 B
C
Raw Normal View History

//
// 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