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