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

23 lines
316 B
Objective-C

//
// AppDelegate.m
// Tracks
//
// Created by Grygorii Zharun on 6/16/14.
//
//
#import "AppDelegate.h"
@implementation AppDelegate
- (void)dealloc
{
[super dealloc];
}
- (void)applicationDidFinishLaunching:(NSNotification *)aNotification
{
// Insert code here to initialize your application
}
@end