mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-20 13:46:30 +01:00
16 lines
221 B
C
16 lines
221 B
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
|